try different syntaxis

This commit is contained in:
kjeld Schouten-Lebbing
2021-08-17 15:12:04 +02:00
parent 75529f2483
commit ef22dc3f44
+1 -2
View File
@@ -287,7 +287,6 @@ jobs:
done done
wait wait
- name: fetch dependencies - name: fetch dependencies
shell: bash
run: | run: |
fetchtask(){ fetchtask(){
if [ -d "$1" ]; then if [ -d "$1" ]; then
@@ -304,7 +303,7 @@ jobs:
$i=0 $i=0
wait wait
fi fi
$i=$($i + 1) $i=$(( $i + 1 ))
fetchtask "${chart}" & fetchtask "${chart}" &
done done
done done