We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d36e46 commit 9cc5549Copy full SHA for 9cc5549
cloudbuild.yaml
@@ -30,7 +30,7 @@ steps:
30
gcloud deploy apply --file ./quartz-manager-parent/quartz-manager-web-showcase/deploy/pipeline.yaml
31
gcloud deploy apply --file ./quartz-manager-parent/quartz-manager-web-showcase/deploy/dev.yaml
32
gcloud deploy releases create rel-${SHORT_SHA} \
33
- --delivery-pipeline quartz-manager-standalone-pipeline \
+ --delivery-pipeline quartz-manager-pipeline \
34
--description "$(git log -1 --pretty='%s')" \
35
--build-artifacts /workspace/artifacts.json \
36
--annotations "commit_ui=https://source.cloud.google.com/$PROJECT_ID/quartz-manager-standalone/+/$COMMIT_SHA"
0 commit comments