Skip to content

Commit 9a0789c

Browse files
committed
minor commit
1 parent e5a6b8b commit 9a0789c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloudbuild.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ substitutions:
22
_REGION: europe-west8
33
steps:
44

5-
# Step 1: Docker build&push
5+
# Step 1: Google Cloud Build - Docker build&push
66
- name: 'gcr.io/k8s-skaffold/skaffold'
77
entrypoint: 'sh'
88
args:
@@ -17,7 +17,7 @@ steps:
1717
--default-repo=${_REGION}-docker.pkg.dev/quartz-manager-test/quartz-manager/quartz-manager-standalone \
1818
--push=true
1919
20-
# Step 2: cloud deploy
20+
# Step 2: Google Cloud Deploy - deploy
2121
- name: 'google/cloud-sdk:latest'
2222
entrypoint: 'sh'
2323
args:

0 commit comments

Comments
 (0)