fix syntaxis 2
This commit is contained in:
@@ -299,7 +299,7 @@ jobs:
|
|||||||
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 == 10 ]; then
|
if [ $i -eq 10 ]; then
|
||||||
$i=0
|
$i=0
|
||||||
wait
|
wait
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user