i++ alternative sh
This commit is contained in:
2
.github/workflows/apps.test.yaml
vendored
2
.github/workflows/apps.test.yaml
vendored
@@ -303,7 +303,7 @@ jobs:
|
||||
$i=0
|
||||
wait
|
||||
fi
|
||||
$i=$(( $i + 1 ))
|
||||
$i=`expr $i + 1`
|
||||
fetchtask "${chart}" &
|
||||
done
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user