fix(aio): fixes script
This change updates the error exit code to be 0-255, rather than a negative value. Signed-off-by: Tin Lam <tin@irrational.io> Change-Id: I554778f475eee6d9976ab7f0fce2362d77af1f17
This commit is contained in:
parent
58cd12ae25
commit
f119c923fa
@ -44,6 +44,6 @@ while true; do
|
||||
fi
|
||||
[ $READY == "False" ] && echo "Some pods are not ready"
|
||||
[ $JOBR == "False" ] && echo "Some jobs have not succeeded"
|
||||
exit -1
|
||||
exit 1
|
||||
fi
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user