Fix grep in zcashd-cd.yml

This commit is contained in:
Deirdre Connolly 2021-03-05 23:47:30 -05:00 committed by Deirdre Connolly
parent 8f9e993fab
commit c2e42d06d2
1 changed files with 1 additions and 1 deletions

View File

@ -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