CI: use Elasticsearch 6

This commit is contained in:
delvedor
2019-03-13 14:09:37 +01:00
parent 4663738cf4
commit dd9707e42e
3 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@ services:
- elasticsearch-oss - elasticsearch-oss
elasticsearch-oss: elasticsearch-oss:
image: docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION:-7.0.0-beta1} image: docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION:-6.6.2}
- elasticsearch - elasticsearch
volumes: volumes:
- esvol:/tmp - esvol:/tmp
@ -56,7 +56,7 @@ services:
- elasticsearch-platinum - elasticsearch-platinum
elasticsearch-platinum: elasticsearch-platinum:
image: docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION:-7.0.0-beta1} image: docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION:-6.6.2}
ports: ports:
- "9200:9200" - "9200:9200"
networks: networks:

View File

@ -1,6 +1,6 @@
--- ---
ELASTICSEARCH_VERSION: ELASTICSEARCH_VERSION:
- 7.0.0-beta1 - 6.6.2
NODE_JS_VERSION: NODE_JS_VERSION:
- 10 - 10

View File

@ -11,7 +11,7 @@ node_js:
env: env:
global: global:
- ELASTICSEARCH_VERSION=7.0.0-beta1 - ELASTICSEARCH_VERSION=6.6.2
- QUIET=true - QUIET=true
before_install: before_install: