Skip to content

Commit

Permalink
fix workaround elastic#3
Browse files Browse the repository at this point in the history
  • Loading branch information
dliappis committed Jan 15, 2025
1 parent bd4f6cd commit 14c499f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/dra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ chmod -R a+r build/*
chmod -R a+w build

if [[ ! -z "$VERSION_QUALIFIER" ]]; then
cp build/distributions/dependencies.csv build/distributions/dependencies-${BRANCH}-${VERSION_QUALIFIER}.csv
cp build/distributions/dependencies-${BRANCH}.csv build/distributions/dependencies-${BRANCH}-${VERSION_QUALIFIER}.csv
fi

echo "+++ :clipboard: Listing DRA artifacts for version [$BEAT_VERSION], branch [$BRANCH] and workflow [$DRA_WORKFLOW]"
Expand Down

0 comments on commit 14c499f

Please sign in to comment.