Skip to content

Commit c0277f8

Browse files
committed
Remove dependency on beats
1 parent a307e81 commit c0277f8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.buildkite/scripts/dra-workflow.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ if [[ "$WORKFLOW" == "snapshot" ]]; then
2828
VERSION_SUFFIX="-SNAPSHOT"
2929
fi
3030

31-
BEATS_BUILD_ID="$(./.ci/scripts/resolve-dra-manifest.sh beats "$RM_BRANCH" "$ES_VERSION" "$WORKFLOW")"
3231
ML_CPP_BUILD_ID="$(./.ci/scripts/resolve-dra-manifest.sh ml-cpp "$RM_BRANCH" "$ES_VERSION" "$WORKFLOW")"
3332

3433
LICENSE_KEY_ARG=""
@@ -46,7 +45,6 @@ fi
4645
echo --- Building release artifacts
4746

4847
.ci/scripts/run-gradle.sh -Ddra.artifacts=true \
49-
-Ddra.artifacts.dependency.beats="${BEATS_BUILD_ID}" \
5048
-Ddra.artifacts.dependency.ml-cpp="${ML_CPP_BUILD_ID}" \
5149
-Ddra.workflow="$WORKFLOW" \
5250
-Dcsv="$WORKSPACE/build/distributions/dependencies-${ES_VERSION}${VERSION_SUFFIX}.csv" \
@@ -86,5 +84,4 @@ docker run --rm \
8684
--workflow "$WORKFLOW" \
8785
--version "$ES_VERSION" \
8886
--artifact-set main \
89-
--dependency "beats:https://artifacts-${WORKFLOW}.elastic.co/beats/${BEATS_BUILD_ID}/manifest-${ES_VERSION}${VERSION_SUFFIX}.json" \
9087
--dependency "ml-cpp:https://artifacts-${WORKFLOW}.elastic.co/ml-cpp/${ML_CPP_BUILD_ID}/manifest-${ES_VERSION}${VERSION_SUFFIX}.json"

0 commit comments

Comments
 (0)