Skip to content

Commit

Permalink
Add branch setting to pipeline (#2913)
Browse files Browse the repository at this point in the history
Adding this branch setting to the buildkite pipeline will allow us to run the DRA scripts that are part of the same branch.
  • Loading branch information
jlind23 authored Aug 24, 2023
1 parent 0826ebc commit 22832f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ steps:
label: ":esbuild: Downstream - Package"
key: "downstream-package"
if: "build.env('BUILDKITE_PULL_REQUEST') == 'false' && build.env('BUILDKITE_TAG') == '' && build.env('BUILDKITE_BRANCH') != ''"
build:
branch: "${BUILDKITE_BRANCH}"
depends_on:
- step: "release-package-registry"
allow_failure: false

0 comments on commit 22832f2

Please sign in to comment.