From 6d36e4620c6855094a3d3ea6982e65e32a1226f9 Mon Sep 17 00:00:00 2001 From: Fabio Formosa Date: Mon, 15 Jul 2024 23:47:32 +0200 Subject: [PATCH] fixed the path of the pipeline file --- cloudbuild.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index a7fedb9..8ec8a36 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -27,8 +27,8 @@ steps: - -c - | gcloud config set deploy/region ${_REGION} - gcloud deploy apply --file deploy/pipeline.yaml - gcloud deploy apply --file deploy/dev.yaml + 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 \ --description "$(git log -1 --pretty='%s')" \