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