File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ services:
77 dockerfile : .ci/Dockerfile
88 args :
99 RUBY_TEST_VERSION : ${RUBY_TEST_VERSION:-2.6.1}
10- ELASTICSEARCH_VERSION : ${ELASTICSEARCH_VERSION:-7.0.0-rc2 }
10+ ELASTICSEARCH_VERSION : ${ELASTICSEARCH_VERSION:-7.0.0}
1111 TEST_SUITE : ${TEST_SUITE:-client}
1212 environment :
1313 - " TEST_ES_SERVER=http://elasticsearch:9200"
@@ -18,7 +18,7 @@ services:
1818 depends_on :
1919 - elasticsearch
2020 elasticsearch :
21- image : docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION:-7.0.0-rc2 }
21+ image : docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION:-7.0.0}
2222 environment :
2323 - cluster.name=docker-cluster
2424 - " ES_JAVA_OPTS=-Xms512m -Xmx512m"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ services:
77 dockerfile : .ci/Dockerfile
88 args :
99 RUBY_TEST_VERSION : ${RUBY_TEST_VERSION:-2.6.1}
10- ELASTICSEARCH_VERSION : ${ELASTICSEARCH_VERSION:-7.0.0-rc2 }
10+ ELASTICSEARCH_VERSION : ${ELASTICSEARCH_VERSION:-7.0.0}
1111 TEST_SUITE : ${TEST_SUITE:-client}
1212 environment :
1313 - " TEST_ES_SERVER=http://elasticsearch:9200"
@@ -18,7 +18,7 @@ services:
1818 depends_on :
1919 - elasticsearch
2020 elasticsearch :
21- image : docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION:-7.0.0-rc2 }
21+ image : docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION:-7.0.0}
2222 environment :
2323 - cluster.name=docker-cluster
2424 - " ES_JAVA_OPTS=-Xms512m -Xmx512m"
Original file line number Diff line number Diff line change 1212set -eo pipefail
1313
1414export RUBY_TEST_VERSION=${RUBY_TEST_VERSION:- 2.6.1}
15- export ELASTICSEARCH_VERSION=${ELASTICSEARCH_VERSION:- 7.0.0-rc2 }
15+ export ELASTICSEARCH_VERSION=${ELASTICSEARCH_VERSION:- 7.0.0}
1616export SINGLE_TEST=${SINGLE_TEST}
1717
1818set +x
Original file line number Diff line number Diff line change 11---
22ELASTICSEARCH_VERSION :
3- - 7.0.0-rc2
3+ - 7.0.0
44
55RUBY_TEST_VERSION :
66- 2.6.1
You can’t perform that action at this time.
0 commit comments