File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ if [[ "$BRANCH" == "main" ]]; then
22
22
fi
23
23
24
24
ES_VERSION=$( grep elasticsearch build-tools-internal/version.properties | sed " s/elasticsearch *= *//g" )
25
+ BASE_VERSION=" $ES_VERSION "
25
26
echo " ES_VERSION=$ES_VERSION "
26
27
27
28
VERSION_SUFFIX=" "
@@ -104,7 +105,7 @@ docker run --rm \
104
105
--commit " $BUILDKITE_COMMIT " \
105
106
--workflow " $WORKFLOW " \
106
107
--qualifier " ${VERSION_QUALIFIER:- } " \
107
- --version " $ES_VERSION " \
108
+ --version " $BASE_VERSION " \
108
109
--artifact-set main \
109
110
--dependency " beats:https://artifacts-${WORKFLOW} .elastic.co/beats/${BEATS_BUILD_ID} /manifest-${ES_VERSION}${VERSION_SUFFIX} .json" \
110
111
--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