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
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 1 additions and 8 deletions

View File

@ -295,19 +295,12 @@ jobs:
cd -
fi
}
i=0
for train in stable incubator develop non-free deprecated
do
for chart in master/charts/${train}/*; do
if [ $i -eq 10 ]; then
$i=0
wait
fi
$i=`expr $i + 1`
fetchtask "${chart}" &
fetchtask "${chart}"
done
done
wait
- name: Apply SCALE Patches
run: |
patchtask(){