From f6dc92a25604d2931e47466434d682efefdd52a4 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Thu, 19 Nov 2020 18:43:36 -0500 Subject: [PATCH] Correctly grep for instance group & region --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index d904f841..a503284a 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -106,7 +106,7 @@ jobs: id: does-group-exist continue-on-error: true run: | - gcloud compute instance-groups list | grep "zebrad-$BRANCH_NAME" + gcloud compute instance-groups list | grep "zebrad-$BRANCH_NAME"\ \ "$REGION" # Deploy new managed instance group using the new instance template - name: Create managed instance group