From 067adcdfa8512ecde4a6816b7034a95f9a08e4cc Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 27 Sep 2018 21:27:09 -0700 Subject: [PATCH] Include -z when deleting network --- ci/testnet-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/testnet-deploy.sh b/ci/testnet-deploy.sh index fff16ea3fd..4399f7fcfc 100755 --- a/ci/testnet-deploy.sh +++ b/ci/testnet-deploy.sh @@ -116,7 +116,7 @@ fi set -x echo --- gce.sh delete -time net/gce.sh delete -p "$netName" +time net/gce.sh delete -z "$zone" -p "$netName" if $delete; then exit 0 fi