File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134
134
kubectl -n helm-system apply -f config/testdata/$test_name
135
135
echo -n ">>> Waiting for expected conditions"
136
136
count=0
137
- until [ 'true' == "$( kubectl -n helm-system get helmrelease/$test_name -o json | jq '.status.conditions | map( { (.type): .status } ) | add | .Released=="False " and .TestSuccess=="False" and .Ready=="False"' )" ]; do
137
+ until [ 'true' == "$( kubectl -n helm-system get helmrelease/$test_name -o json | jq '.status.conditions | map( { (.type): .status } ) | add | .Released=="True " and .TestSuccess=="False" and .Ready=="False"' )" ]; do
138
138
echo -n '.'
139
139
sleep 5
140
140
count=$((count + 1))
@@ -301,7 +301,7 @@ jobs:
301
301
kubectl -n helm-system apply -f config/testdata/$test_name/upgrade.yaml
302
302
echo -n ">>> Waiting for expected conditions"
303
303
count=0
304
- until [ 'true' == "$( kubectl -n helm-system get helmrelease/$test_name -o json | jq '.status.conditions | map( { (.type): .status } ) | add | .Released=="False " and .TestSuccess=="False" and .Ready=="False"' )" ]; do
304
+ until [ 'true' == "$( kubectl -n helm-system get helmrelease/$test_name -o json | jq '.status.conditions | map( { (.type): .status } ) | add | .Released=="True " and .TestSuccess=="False" and .Ready=="False"' )" ]; do
305
305
echo -n '.'
306
306
sleep 5
307
307
count=$((count + 1))
You can’t perform that action at this time.
0 commit comments