Another ci matrix fix

This commit is contained in:
delvedor
2020-03-10 14:15:19 +01:00
parent f0aab30ab5
commit 96e0f67279
3 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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 \

View File

@ -1,5 +1,5 @@
--- ---
ELASTICSEARCH_VERSION: STACK_VERSION:
- 5.6.16 - 5.6.16
NODE_JS_VERSION: NODE_JS_VERSION: