Skip to content

Commit 6d36e46

Browse files
committed
fixed the path of the pipeline file
1 parent 4d5e8f6 commit 6d36e46

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
@@ -27,8 +27,8 @@ steps:
2727
- -c
2828
- |
2929
gcloud config set deploy/region ${_REGION}
30-
gcloud deploy apply --file deploy/pipeline.yaml
31-
gcloud deploy apply --file deploy/dev.yaml
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
3232
gcloud deploy releases create rel-${SHORT_SHA} \
3333
--delivery-pipeline quartz-manager-standalone-pipeline \
3434
--description "$(git log -1 --pretty='%s')" \

0 commit comments

Comments
 (0)