Skip to content

Commit

Permalink
fixed the path of the pipeline file
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioformosa committed Jul 15, 2024
1 parent 4d5e8f6 commit 6d36e46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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')" \
Expand Down

0 comments on commit 6d36e46

Please sign in to comment.