From 22832f2b17cafd1891952d3c19ef80432b1f24c9 Mon Sep 17 00:00:00 2001 From: Julien Lind Date: Thu, 24 Aug 2023 08:57:19 +0200 Subject: [PATCH] Add branch setting to pipeline (#2913) Adding this branch setting to the buildkite pipeline will allow us to run the DRA scripts that are part of the same branch. --- .buildkite/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index a51a2986c..6543f1ac1 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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