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 d66faad commit 1c2104cCopy full SHA for 1c2104c
.ci/run-repository.sh
@@ -38,6 +38,10 @@ echo -e "\033[1m>>>>> Run [elastic/elasticsearch-ruby container] >>>>>>>>>>>>>>>
38
39
repo=`pwd`
40
41
+if [[ $STACK_VERSION == "8.0.0-SNAPSHOT" ]]; then
42
+ ELASTIC_API_VERSIONING=true
43
+fi
44
+
45
# run the client tests
46
if [[ $TEST_SUITE != "platinum" ]]; then
47
docker run \
@@ -58,6 +62,7 @@ else
58
62
--env "TEST_SUITE=${TEST_SUITE}" \
59
63
--env "ELASTIC_USER=elastic" \
60
64
--env "SINGLE_TEST=${SINGLE_TEST}" \
65
+ --env "ELASTIC_CLIENT_APIVERSIONING=${ELASTIC_API_VERSIONING:-false}" \
61
66
--volume $repo:/usr/src/app \
67
--name elasticsearch-ruby \
68
--rm \
0 commit comments