try plain sh

This commit is contained in:
kjeld Schouten-Lebbing
2021-08-17 15:07:11 +02:00
parent eda9f94a3f
commit efa8ee2d78

View File

@@ -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