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 d4c2bdf commit 8629c40Copy full SHA for 8629c40
.buildkite/scripts/dra-workflow.sh
@@ -30,6 +30,8 @@ fi
30
31
ML_CPP_BUILD_ID="$(./.ci/scripts/resolve-dra-manifest.sh ml-cpp "$RM_BRANCH" "$ES_VERSION" "$WORKFLOW")"
32
33
+echo "ML_CPP_BUILD_ID: $ML_CPP_BUILD_ID"
34
+
35
LICENSE_KEY_ARG=""
36
BUILD_SNAPSHOT_ARG=""
37
.ci/scripts/resolve-dra-manifest.sh
@@ -6,6 +6,7 @@ strip_version() {
6
}
7
8
fetch_build() {
9
+ >&2 echo "Checking for build id: https://artifacts-$1.elastic.co/$2/latest/$3.json"
10
curl -sS https://artifacts-$1.elastic.co/$2/latest/$3.json \
11
| jq -r '.build_id'
12
0 commit comments