fixes
This commit is contained in:
@ -14,7 +14,7 @@ runs:
|
|||||||
echo "Still not ready..."
|
echo "Still not ready..."
|
||||||
sleep 2
|
sleep 2
|
||||||
timeout=$((timeout - 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
|
done
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user