Skip to content

Commit fe20a3b

Browse files
committed
change on gke example
1 parent 259ca79 commit fe20a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gkebuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313
- 'CLOUDSDK_COMPUTE_ZONE=us-east1-b'
1414
- 'CLOUDSDK_CONTAINER_CLUSTER=bookshelf'
1515
- name: 'gcr.io/cloud-builders/kubectl'
16-
args: ['set','image','deployment/bookshelf-worker','bookshelf-app=gcr.io/poc-ci-cd/bookshelf:$REVISION_ID']
16+
args: ['set', 'image','deployment/bookshelf-worker','bookshelf-app=gcr.io/poc-ci-cd/bookshelf:$REVISION_ID']
1717
env:
1818
- 'CLOUDSDK_COMPUTE_ZONE=us-east1-b'
1919
- 'CLOUDSDK_CONTAINER_CLUSTER=bookshelf'

0 commit comments

Comments
 (0)