Skip to content

Commit

Permalink
Fix yaml in buildkite pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nkammah committed Dec 13, 2023
1 parent 3e4f034 commit 347f4bc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .buildkite/build_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ steps:
agents:
provider: "gcp"
image: family/docs-ubuntu-2204
- wait
- key: "branch-comparison"
label: "Compare branches"
command: |
.buildkite/scripts/compare_bk_jenkins_branches.sh staging master
agents:
provider: "gcp"
image: family/docs-ubuntu-2204
- wait
- key: "branch-comparison"
label: "Compare branches"
command: |
.buildkite/scripts/compare_bk_jenkins_branches.sh staging master
agents:
provider: "gcp"
image: family/docs-ubuntu-2204
notify:
- email: "[email protected]"
if: build.state == "failed"

0 comments on commit 347f4bc

Please sign in to comment.