We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23fe866 commit 96327b7Copy full SHA for 96327b7
.buildkite/scripts/dra-workflow.sh
@@ -22,14 +22,18 @@ if [[ "$BRANCH" == "main" ]]; then
22
fi
23
24
ES_VERSION=$(grep elasticsearch build-tools-internal/version.properties | sed "s/elasticsearch *= *//g")
25
+echo "ES_VERSION=$ES_VERSION"
26
27
VERSION_SUFFIX=""
28
if [[ "$WORKFLOW" == "snapshot" ]]; then
29
VERSION_SUFFIX="-SNAPSHOT"
30
31
32
BEATS_BUILD_ID="$(./.ci/scripts/resolve-dra-manifest.sh beats "$RM_BRANCH" "$ES_VERSION" "$WORKFLOW")"
33
+echo "BEATS_BUILD_ID=$BEATS_BUILD_ID"
34
+
35
ML_CPP_BUILD_ID="$(./.ci/scripts/resolve-dra-manifest.sh ml-cpp "$RM_BRANCH" "$ES_VERSION" "$WORKFLOW")"
36
+echo "ML_CPP_BUILD_ID=$ML_CPP_BUILD_ID"
37
38
LICENSE_KEY_ARG=""
39
BUILD_SNAPSHOT_ARG=""
0 commit comments