Skip to content

Commit

Permalink
[CI] Passes STACK_VERSION to docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Feb 21, 2024
1 parent 34055bf commit 2172a8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/run-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ docker run \
--env "ELASTIC_USER=elastic" \
--env "BUILDKITE=true" \
--env "TRANSPORT_VERSION=${TRANSPORT_VERSION}" \
--env "STACK_VERSION=${STACK_VERSION}" \
--volume $repo:/usr/src/app \
--name elasticsearch-ruby \
--rm \
Expand Down

0 comments on commit 2172a8b

Please sign in to comment.