From 9cc55492dc1241724ba9159fbce207115e657a00 Mon Sep 17 00:00:00 2001 From: Fabio Formosa Date: Mon, 15 Jul 2024 23:58:08 +0200 Subject: [PATCH] fixed the pipeline name --- cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 8ec8a36..50c49f8 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -30,7 +30,7 @@ steps: gcloud deploy apply --file ./quartz-manager-parent/quartz-manager-web-showcase/deploy/pipeline.yaml gcloud deploy apply --file ./quartz-manager-parent/quartz-manager-web-showcase/deploy/dev.yaml gcloud deploy releases create rel-${SHORT_SHA} \ - --delivery-pipeline quartz-manager-standalone-pipeline \ + --delivery-pipeline quartz-manager-pipeline \ --description "$(git log -1 --pretty='%s')" \ --build-artifacts /workspace/artifacts.json \ --annotations "commit_ui=https://source.cloud.google.com/$PROJECT_ID/quartz-manager-standalone/+/$COMMIT_SHA"