Another ci matrix fix
This commit is contained in:
@ -42,7 +42,7 @@
|
|||||||
- axis:
|
- axis:
|
||||||
type: yaml
|
type: yaml
|
||||||
filename: .ci/test-matrix.yml
|
filename: .ci/test-matrix.yml
|
||||||
name: ELASTICSEARCH_VERSION
|
name: STACK_VERSION
|
||||||
- axis:
|
- axis:
|
||||||
type: yaml
|
type: yaml
|
||||||
filename: .ci/test-matrix.yml
|
filename: .ci/test-matrix.yml
|
||||||
|
|||||||
@ -13,6 +13,8 @@
|
|||||||
|
|
||||||
set -eo pipefail
|
set -eo pipefail
|
||||||
|
|
||||||
|
ELASTICSEARCH_VERSION=${STACK_VERSION}
|
||||||
|
|
||||||
docker build \
|
docker build \
|
||||||
--file .ci/Dockerfile \
|
--file .ci/Dockerfile \
|
||||||
--tag elastic/elasticsearch-js \
|
--tag elastic/elasticsearch-js \
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
ELASTICSEARCH_VERSION:
|
STACK_VERSION:
|
||||||
- 5.6.16
|
- 5.6.16
|
||||||
|
|
||||||
NODE_JS_VERSION:
|
NODE_JS_VERSION:
|
||||||
|
|||||||
Reference in New Issue
Block a user