We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c9e21a commit 2f05b52Copy full SHA for 2f05b52
.buildkite/scripts/steps/dra-publish.sh
@@ -8,6 +8,9 @@ COMMIT="${DRA_COMMIT:="${BUILDKITE_COMMIT:=""}"}"
8
BRANCH="${DRA_BRANCH:="${BUILDKITE_BRANCH:=""}"}"
9
PACKAGE_VERSION="${DRA_VERSION:="${BEAT_VERSION:=""}"}"
10
11
+# XXX: DO NOT MERGE
12
+BRANCH="8.14"
13
+
14
# force main branch on PR's or it won't execute
15
# because the PR branch does not have a project folder in release-manager
16
if [[ "${BUILDKITE_PULL_REQUEST:="false"}" != "false" ]]; then
0 commit comments