Skip to content

Commit

Permalink
Avoid passing duplicate qualifier to release manager
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Jan 16, 2025
1 parent 5832e3c commit 5979880
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/scripts/dra-workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ if [[ "$BRANCH" == "main" ]]; then
fi

ES_VERSION=$(grep elasticsearch build-tools-internal/version.properties | sed "s/elasticsearch *= *//g")
BASE_VERSION="$ES_VERSION"
echo "ES_VERSION=$ES_VERSION"

VERSION_SUFFIX=""
Expand Down Expand Up @@ -104,7 +105,7 @@ docker run --rm \
--commit "$BUILDKITE_COMMIT" \
--workflow "$WORKFLOW" \
--qualifier "${VERSION_QUALIFIER:-}" \
--version "$ES_VERSION" \
--version "$BASE_VERSION" \
--artifact-set main \
--dependency "beats:https://artifacts-${WORKFLOW}.elastic.co/beats/${BEATS_BUILD_ID}/manifest-${ES_VERSION}${VERSION_SUFFIX}.json" \
--dependency "ml-cpp:https://artifacts-${WORKFLOW}.elastic.co/ml-cpp/${ML_CPP_BUILD_ID}/manifest-${ES_VERSION}${VERSION_SUFFIX}.json"

0 comments on commit 5979880

Please sign in to comment.