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
wait
- name: fetch dependencies
shell: bash
run: |
fetchtask(){
if [ -d "$1" ]; then
@@ -304,7 +303,7 @@ jobs:
$i=0
wait
fi
$i=$($i + 1)
$i=$(( $i + 1 ))
fetchtask "${chart}" &
done
done