We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e538ca1 commit 768a61fCopy full SHA for 768a61f
cloudbuild-deploy.yml
@@ -11,7 +11,7 @@ steps:
11
'--scopes=https://www.googleapis.com/auth/cloud-platform',
12
'--tags=http-server,https-server', '--image=debian-9-stretch-v20190618', '--image-project=debian-cloud', '--boot-disk-size=20GB', '--boot-disk-type=pd-standard',
13
'--container-restart-policy=always', '--labels=container-vm=cos-stable-69-10895-62-0',
14
- '--boot-disk-device-name=hiv-{SHORT_SHA}',
+ '--boot-disk-device-name=hiv-${SHORT_SHA}',
15
'--container-image=gcr.io/${PROJECT_ID}/github.com-optimamodel-optima:$SHORT_SHA'
16
]
17
- name: 'gcr.io/cloud-builders/gcloud'
0 commit comments