fix syntaxis 2

This commit is contained in:
kjeld Schouten-Lebbing
2021-08-17 15:14:43 +02:00
parent ef22dc3f44
commit 4029289439
+1 -1
View File
@@ -299,7 +299,7 @@ jobs:
for train in stable incubator develop non-free deprecated
do
for chart in master/charts/${train}/*; do
if [ $i == 10 ]; then
if [ $i -eq 10 ]; then
$i=0
wait
fi