Remove zone param

This commit is contained in:
Deirdre Connolly 2020-06-17 19:56:01 -04:00 committed by Deirdre Connolly
parent 621a14abe9
commit 4aabadc67d
1 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ jobs:
# Deploy managed instance group using the new instance template
- name: Deploy managed instance group
run: |
gcloud compute instance-groups managed create "zebrad-$SHORT_BRANCH_NAME-$SHA7" \
gcloud compute instance-groups managed create \
"zebrad-$SHORT_BRANCH_NAME-$SHA7" \
--template "zebrad-$SHORT_BRANCH_NAME-$SHA7" \
--size 1 \
--zone us-central1-a
--size 2