From c2e42d06d2c6bdb6887f27279151dacdef75b291 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Fri, 5 Mar 2021 23:47:30 -0500 Subject: [PATCH] Fix grep in zcashd-cd.yml --- .github/workflows/zcashd-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zcashd-cd.yml b/.github/workflows/zcashd-cd.yml index ccb2d68b..5eb1aa0b 100644 --- a/.github/workflows/zcashd-cd.yml +++ b/.github/workflows/zcashd-cd.yml @@ -53,7 +53,7 @@ jobs: id: does-group-exist continue-on-error: true run: | - gcloud compute instance-groups list | grep "zcashd-$BRANCH_NAME-${{ github.event.inputs.network }}"\ \ "$REGION" + gcloud compute instance-groups list | grep "zcashd-$BRANCH_NAME-${{ github.event.inputs.network }}" | grep "$REGION" # Deploy new managed instance group using the new instance template - name: Create managed instance group