remove parallel fetch for now

This commit is contained in:
kjeld Schouten-Lebbing
2021-08-17 15:25:50 +02:00
parent 3b67d8e554
commit a2990a3497
+1 -8
View File
@@ -295,19 +295,12 @@ jobs:
cd - cd -
fi fi
} }
i=0
for train in stable incubator develop non-free deprecated for train in stable incubator develop non-free deprecated
do do
for chart in master/charts/${train}/*; do for chart in master/charts/${train}/*; do
if [ $i -eq 10 ]; then fetchtask "${chart}"
$i=0
wait
fi
$i=`expr $i + 1`
fetchtask "${chart}" &
done done
done done
wait
- name: Apply SCALE Patches - name: Apply SCALE Patches
run: | run: |
patchtask(){ patchtask(){