Skip to content

Commit 4c9b263

Browse files
committed
Another ci matrix fix
1 parent 18d8f79 commit 4c9b263

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.ci/jobs/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
- axis:
4343
type: yaml
4444
filename: .ci/test-matrix.yml
45-
name: ELASTICSEARCH_VERSION
45+
name: STACK_VERSION
4646
- axis:
4747
type: yaml
4848
filename: .ci/test-matrix.yml

.ci/run-tests

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
set -eo pipefail
1515

16+
ELASTICSEARCH_VERSION=${STACK_VERSION}
17+
1618
docker build \
1719
--file .ci/Dockerfile \
1820
--tag elastic/elasticsearch-js \

.ci/test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
ELASTICSEARCH_VERSION:
2+
STACK_VERSION:
33
- 6.8.4
44

55
NODE_JS_VERSION:

0 commit comments

Comments
 (0)