remove stopped, since ext ser is handled earlier
This commit is contained in:
parent
80374b5ea9
commit
96be5786c9
@ -12,7 +12,7 @@ pool=$(cli -c 'app kubernetes config' | grep -E "dataset\s\|" | awk -F '|' '{pri
|
|||||||
|
|
||||||
it=0
|
it=0
|
||||||
while_count=0
|
while_count=0
|
||||||
rm deploying
|
rm deploying 2>/dev/null
|
||||||
while true
|
while true
|
||||||
do
|
do
|
||||||
if while_status=$(cli -m csv -c 'app chart_release query name,update_available,human_version,human_latest_version,status' 2>/dev/null) ; then
|
if while_status=$(cli -m csv -c 'app chart_release query name,update_available,human_version,human_latest_version,status' 2>/dev/null) ; then
|
||||||
@ -55,8 +55,8 @@ do
|
|||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
rm temp.txt
|
rm temp.txt 2>/dev/null
|
||||||
rm deploying
|
rm deploying 2>/dev/null
|
||||||
echo
|
echo
|
||||||
echo
|
echo
|
||||||
|
|
||||||
@ -219,9 +219,6 @@ if [[ $rollback == "true" || "$startstatus" == "STOPPED" ]]; then
|
|||||||
echo_array+=("Active")
|
echo_array+=("Active")
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
elif [[ "$status" == "STOPPED" ]]; then
|
|
||||||
echo_array+=("Stopped")
|
|
||||||
break
|
|
||||||
elif [[ "$SECONDS" -ge "$timeout" && "$status" == "DEPLOYING" ]]; then
|
elif [[ "$SECONDS" -ge "$timeout" && "$status" == "DEPLOYING" ]]; then
|
||||||
if [[ $rollback == "true" ]]; then
|
if [[ $rollback == "true" ]]; then
|
||||||
if [[ "$failed" != "true" ]]; then
|
if [[ "$failed" != "true" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user