Skip to content

Commit

Permalink
[CI] Fix DRA variables (#5180)
Browse files Browse the repository at this point in the history
(cherry picked from commit acfed19)
  • Loading branch information
pazone authored and mergify[bot] committed Jul 19, 2024
1 parent dace077 commit 4875481
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildkite/pipeline.elastic-agent-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ steps:
DRA_VERSION=$(buildkite-agent meta-data get DRA_VERSION --default "")
export DRA_VERSION
fi
if [[ -z "$${DRA_WORKFLOW}" ]]; then
DRA_WORKFLOW=$(buildkite-agent meta-data get DRA_WORKFLOW --default "")
export DRA_WORKFLOW
fi
.buildkite/scripts/steps/dra-publish.sh
- label: "Publishing via BK API for Independent Agent Release"
Expand Down

0 comments on commit 4875481

Please sign in to comment.