File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ if [[ "$WORKFLOW" == "snapshot" ]]; then
28
28
VERSION_SUFFIX=" -SNAPSHOT"
29
29
fi
30
30
31
- BEATS_BUILD_ID=" $( ./.ci/scripts/resolve-dra-manifest.sh beats " $RM_BRANCH " " $ES_VERSION " " $WORKFLOW " ) "
32
31
ML_CPP_BUILD_ID=" $( ./.ci/scripts/resolve-dra-manifest.sh ml-cpp " $RM_BRANCH " " $ES_VERSION " " $WORKFLOW " ) "
33
32
34
33
LICENSE_KEY_ARG=" "
46
45
echo --- Building release artifacts
47
46
48
47
.ci/scripts/run-gradle.sh -Ddra.artifacts=true \
49
- -Ddra.artifacts.dependency.beats=" ${BEATS_BUILD_ID} " \
50
48
-Ddra.artifacts.dependency.ml-cpp=" ${ML_CPP_BUILD_ID} " \
51
49
-Ddra.workflow=" $WORKFLOW " \
52
50
-Dcsv=" $WORKSPACE /build/distributions/dependencies-${ES_VERSION}${VERSION_SUFFIX} .csv" \
@@ -86,5 +84,4 @@ docker run --rm \
86
84
--workflow " $WORKFLOW " \
87
85
--version " $ES_VERSION " \
88
86
--artifact-set main \
89
- --dependency " beats:https://artifacts-${WORKFLOW} .elastic.co/beats/${BEATS_BUILD_ID} /manifest-${ES_VERSION}${VERSION_SUFFIX} .json" \
90
87
--dependency " ml-cpp:https://artifacts-${WORKFLOW} .elastic.co/ml-cpp/${ML_CPP_BUILD_ID} /manifest-${ES_VERSION}${VERSION_SUFFIX} .json"
You can’t perform that action at this time.
0 commit comments