Skip to content

Commit 768a61f

Browse files
committed
Fix variable error
1 parent e538ca1 commit 768a61f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudbuild-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ steps:
1111
'--scopes=https://www.googleapis.com/auth/cloud-platform',
1212
'--tags=http-server,https-server', '--image=debian-9-stretch-v20190618', '--image-project=debian-cloud', '--boot-disk-size=20GB', '--boot-disk-type=pd-standard',
1313
'--container-restart-policy=always', '--labels=container-vm=cos-stable-69-10895-62-0',
14-
'--boot-disk-device-name=hiv-{SHORT_SHA}',
14+
'--boot-disk-device-name=hiv-${SHORT_SHA}',
1515
'--container-image=gcr.io/${PROJECT_ID}/github.com-optimamodel-optima:$SHORT_SHA'
1616
]
1717
- name: 'gcr.io/cloud-builders/gcloud'

0 commit comments

Comments
 (0)