File tree Expand file tree Collapse file tree
.buildkite/scripts/benchmark Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ pull_images() {
8181 else
8282 # pull the latest snapshot logstash image
8383 # select the SNAPSHOT artifact with the highest semantic version number
84- LS_VERSION=$( curl --retry-all-errors --retry 5 --retry-delay 1 -s " https://storage.googleapis.com/artifacts-api/snapshots/main.json" | jq -r ' .versions ' )
84+ LS_VERSION=$( curl --retry-all-errors --retry 5 --retry-delay 1 -s " https://storage.googleapis.com/artifacts-api/snapshots/main.json" | jq -r ' .version ' )
8585 BUILD_ID=$( curl --retry-all-errors --retry 5 --retry-delay 1 -s " https://storage.googleapis.com/artifacts-api/snapshots/main.json" | jq -r ' .build_id' )
8686 ARCH=$( arch)
8787 IMAGE_URL=" https://snapshots.elastic.co/${BUILD_ID} /downloads/logstash/logstash-$LS_VERSION -docker-image-$ARCH .tar.gz"
You can’t perform that action at this time.
0 commit comments