From 13e4b55e9a9133da8255d76ca64c28e4f3fc10b5 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Sat, 22 Aug 2020 18:48:07 +0100 Subject: [PATCH] Update ReleaseLockAndAttemptShutdown.sh --- action/bootstrapper/ReleaseLockAndAttemptShutdown.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action/bootstrapper/ReleaseLockAndAttemptShutdown.sh b/action/bootstrapper/ReleaseLockAndAttemptShutdown.sh index 8d900c1b..9d295647 100755 --- a/action/bootstrapper/ReleaseLockAndAttemptShutdown.sh +++ b/action/bootstrapper/ReleaseLockAndAttemptShutdown.sh @@ -9,5 +9,5 @@ then exit 0 else echo "delete cluster" - gcloud container clusters delete $GKE_CLUSTER --zone $GKE_ZONE --project $GKE_PROJECT --quiet + retry -s 15 -t 5 -v 'gcloud container clusters delete $GKE_CLUSTER --zone $GKE_ZONE --project $GKE_PROJECT --quiet' fi