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 9cfecf4 commit ce6401fCopy full SHA for ce6401f
.ci/docker/run-security
@@ -49,6 +49,7 @@ docker run \
49
--env "ELASTIC_PASSWORD=changeme" \
50
--env "ELASTIC_USER=elastic" \
51
--env "TEST_SUITE=security" \
52
+ --env "SINGLE_TEST=${SINGLE_TEST}" \
53
--volume $repo:/usr/src/app \
54
--name elasticsearch-ruby \
55
--rm \
.ci/run-tests
@@ -13,6 +13,7 @@ set -eo pipefail
13
14
export RUBY_TEST_VERSION=${RUBY_TEST_VERSION:-2.6.1}
15
export ELASTICSEARCH_VERSION=${ELASTICSEARCH_VERSION:-6.7.0}
16
+export SINGLE_TEST=${SINGLE_TEST}
17
18
set +x
19
export VAULT_TOKEN=$(vault write -field=token auth/approle/login role_id="$VAULT_ROLE_ID" secret_id="$VAULT_SECRET_ID")
0 commit comments