Skip to content

Commit a5028c5

Browse files
committed
typo
1 parent 46e297c commit a5028c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .buildkite/scripts/benchmark

.buildkite/scripts/benchmark/core.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)