Skip to content

Commit 8629c40

Browse files
committed
Some debugging
1 parent d4c2bdf commit 8629c40

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.buildkite/scripts/dra-workflow.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ fi
3030

3131
ML_CPP_BUILD_ID="$(./.ci/scripts/resolve-dra-manifest.sh ml-cpp "$RM_BRANCH" "$ES_VERSION" "$WORKFLOW")"
3232

33+
echo "ML_CPP_BUILD_ID: $ML_CPP_BUILD_ID"
34+
3335
LICENSE_KEY_ARG=""
3436
BUILD_SNAPSHOT_ARG=""
3537

.ci/scripts/resolve-dra-manifest.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ strip_version() {
66
}
77

88
fetch_build() {
9+
>&2 echo "Checking for build id: https://artifacts-$1.elastic.co/$2/latest/$3.json"
910
curl -sS https://artifacts-$1.elastic.co/$2/latest/$3.json \
1011
| jq -r '.build_id'
1112
}

0 commit comments

Comments
 (0)