echo array before return
This commit is contained in:
parent
19d52e058a
commit
cc9091de15
@ -104,6 +104,7 @@ if [[ "$startstatus" == "DEPLOYING" ]]; then
|
|||||||
status=$(grep "^$app_name," all_app_status | awk -F ',' '{print $2}')
|
status=$(grep "^$app_name," all_app_status | awk -F ',' '{print $2}')
|
||||||
if [[ "$SECONDS" -ge "$timeout" ]]; then
|
if [[ "$SECONDS" -ge "$timeout" ]]; then
|
||||||
echo_array+=("Application is stuck Deploying, Skipping to avoid damage")
|
echo_array+=("Application is stuck Deploying, Skipping to avoid damage")
|
||||||
|
echo_array
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
sleep 5
|
sleep 5
|
||||||
|
Loading…
Reference in New Issue
Block a user