Correctly grep for instance group & region
This commit is contained in:
parent
06dd39df54
commit
f6dc92a256
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue