Remove --base-instance-name, redundant
This commit is contained in:
parent
c50e9a5bee
commit
cae9df9169
|
|
@ -55,6 +55,5 @@ jobs:
|
||||||
run: |
|
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" \
|
--template "zebrad-$SHORT_BRANCH_NAME-$SHA7" \
|
||||||
--base-instance-name "zebrad-$SHORT_BRANCH_NAME-$SHA7" \
|
--size 2 \
|
||||||
--size 3 \
|
|
||||||
--region us-central1
|
--region us-central1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue