Delete terminated GCP instances (#5490)

automerge
This commit is contained in:
Michael Vines
2019-08-12 08:28:58 -07:00
committed by Grimes
parent cd89f280b7
commit 6085109171
2 changed files with 18 additions and 1 deletions

View File

@@ -412,7 +412,6 @@ EOF
declare failOnFailure="$6"
declare arrayName="$7"
# This check should eventually be moved to cloud provider specific script
if [ "$publicIp" = "TERMINATED" ] || [ "$privateIp" = "TERMINATED" ]; then
if $failOnFailure; then
exit 1