remove deploying requirement on timeout
This commit is contained in:
parent
96be5786c9
commit
dff4f7678f
@ -219,7 +219,7 @@ if [[ $rollback == "true" || "$startstatus" == "STOPPED" ]]; then
|
|||||||
echo_array+=("Active")
|
echo_array+=("Active")
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
elif [[ "$SECONDS" -ge "$timeout" && "$status" == "DEPLOYING" ]]; then
|
elif [[ "$SECONDS" -ge "$timeout" ]]; then
|
||||||
if [[ $rollback == "true" ]]; then
|
if [[ $rollback == "true" ]]; then
|
||||||
if [[ "$failed" != "true" ]]; then
|
if [[ "$failed" != "true" ]]; then
|
||||||
echo_array+=("Error: Run Time($SECONDS) for $app_name has exceeded Timeout($timeout)")
|
echo_array+=("Error: Run Time($SECONDS) for $app_name has exceeded Timeout($timeout)")
|
||||||
|
Loading…
Reference in New Issue
Block a user