Skip to content

Commit 9cc5549

Browse files
committed
fixed the pipeline name
1 parent 6d36e46 commit 9cc5549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudbuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ steps:
3030
gcloud deploy apply --file ./quartz-manager-parent/quartz-manager-web-showcase/deploy/pipeline.yaml
3131
gcloud deploy apply --file ./quartz-manager-parent/quartz-manager-web-showcase/deploy/dev.yaml
3232
gcloud deploy releases create rel-${SHORT_SHA} \
33-
--delivery-pipeline quartz-manager-standalone-pipeline \
33+
--delivery-pipeline quartz-manager-pipeline \
3434
--description "$(git log -1 --pretty='%s')" \
3535
--build-artifacts /workspace/artifacts.json \
3636
--annotations "commit_ui=https://source.cloud.google.com/$PROJECT_ID/quartz-manager-standalone/+/$COMMIT_SHA"

0 commit comments

Comments
 (0)