CI: use Elasticsearch 6
This commit is contained in:
@ -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:
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
ELASTICSEARCH_VERSION:
|
ELASTICSEARCH_VERSION:
|
||||||
- 7.0.0-beta1
|
- 6.6.2
|
||||||
|
|
||||||
NODE_JS_VERSION:
|
NODE_JS_VERSION:
|
||||||
- 10
|
- 10
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user