CI: use Elasticsearch 6
This commit is contained in:
@ -21,7 +21,7 @@ services:
|
||||
- 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
|
||||
volumes:
|
||||
- esvol:/tmp
|
||||
@ -56,7 +56,7 @@ services:
|
||||
- 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:
|
||||
- "9200:9200"
|
||||
networks:
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
ELASTICSEARCH_VERSION:
|
||||
- 7.0.0-beta1
|
||||
- 6.6.2
|
||||
|
||||
NODE_JS_VERSION:
|
||||
- 10
|
||||
|
||||
@ -11,7 +11,7 @@ node_js:
|
||||
|
||||
env:
|
||||
global:
|
||||
- ELASTICSEARCH_VERSION=7.0.0-beta1
|
||||
- ELASTICSEARCH_VERSION=6.6.2
|
||||
- QUIET=true
|
||||
|
||||
before_install:
|
||||
|
||||
Reference in New Issue
Block a user