Skip to content

Commit 2f05b52

Browse files
committed
temp test value
1 parent 8c9e21a commit 2f05b52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.buildkite/scripts/steps/dra-publish.sh

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ COMMIT="${DRA_COMMIT:="${BUILDKITE_COMMIT:=""}"}"
88
BRANCH="${DRA_BRANCH:="${BUILDKITE_BRANCH:=""}"}"
99
PACKAGE_VERSION="${DRA_VERSION:="${BEAT_VERSION:=""}"}"
1010

11+
# XXX: DO NOT MERGE
12+
BRANCH="8.14"
13+
1114
# force main branch on PR's or it won't execute
1215
# because the PR branch does not have a project folder in release-manager
1316
if [[ "${BUILDKITE_PULL_REQUEST:="false"}" != "false" ]]; then

0 commit comments

Comments
 (0)