Skip to content

Commit 811214a

Browse files
committed
[CI] Passes STACK_VERSION to docker run
1 parent 6d7234a commit 811214a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.buildkite/run-client.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ docker run \
3030
--env "ELASTIC_USER=elastic" \
3131
--env "BUILDKITE=true" \
3232
--env "TRANSPORT_VERSION=${TRANSPORT_VERSION}" \
33+
--env "STACK_VERSION=${STACK_VERSION}" \
3334
--volume $repo:/usr/src/app \
3435
--name elasticsearch-ruby \
3536
--rm \

0 commit comments

Comments
 (0)