try plain sh
This commit is contained in:
6
.github/workflows/apps.test.yaml
vendored
6
.github/workflows/apps.test.yaml
vendored
@@ -300,7 +300,11 @@ jobs:
|
||||
for train in stable incubator develop non-free deprecated
|
||||
do
|
||||
for chart in master/charts/${train}/*; do
|
||||
((i=i%9)); ((i++)) && wait
|
||||
if [ $i == 10 ]; then
|
||||
$i=0
|
||||
wait
|
||||
fi
|
||||
$i=$($i + 1)
|
||||
fetchtask "${chart}" &
|
||||
done
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user