Skip to content

Commit

Permalink
Elastic agent core publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
pazone committed Mar 20, 2024
1 parent 711c96f commit c8227b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ CI_DRA_ROLE_PATH="kv/ci-shared/release/dra-role"

# force main branch on PR's or it won't execute
# because the PR branch does not have a project folder in release-manager
if [[ "${BUILDKITE_PULL_REQUEST:="false"}" != "false" ]]; then
if [[ "${BUILDKITE_PULL_REQUEST:="false"}" != "false" || "$BUILDKITE_BRANCH" == "xpack_agent_core_publish" ]]; then
BRANCH=7.17
DRY_RUN="--dry-run"
echo "+++ Running in PR or test branch and setting branch 7.17 and --dry-run"
Expand Down

0 comments on commit c8227b5

Please sign in to comment.