fixes
This commit is contained in:
@ -14,7 +14,7 @@ runs:
|
||||
echo "Still not ready..."
|
||||
sleep 2
|
||||
timeout=$((timeout - 2))
|
||||
[ $timeout -le 0 ] && echo "Timeout waiting for pod" && exit 1
|
||||
[[ ${timeout} -le 0 ]] && echo "Timeout waiting for pod" && exit 10
|
||||
done
|
||||
shell: bash
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user