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 6939dd8 commit caef698Copy full SHA for caef698
.ci/scripts/resolve-dra-manifest.sh
@@ -6,7 +6,8 @@ strip_version() {
6
}
7
8
fetch_build() {
9
- curl -sS https://artifacts-$1.elastic.co/$2/latest/$3.json \
+ >&2 echo "Checking for build id: https://artifacts-$1.elastic.co/$2/latest/$3.json"
10
+ curl -sSf https://artifacts-$1.elastic.co/$2/latest/$3.json \
11
| jq -r '.build_id'
12
13
0 commit comments