We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d8f79 commit 4c9b263Copy full SHA for 4c9b263
.ci/jobs/defaults.yml
@@ -42,7 +42,7 @@
42
- axis:
43
type: yaml
44
filename: .ci/test-matrix.yml
45
- name: ELASTICSEARCH_VERSION
+ name: STACK_VERSION
46
47
48
.ci/run-tests
@@ -13,6 +13,8 @@
13
14
set -eo pipefail
15
16
+ELASTICSEARCH_VERSION=${STACK_VERSION}
17
+
18
docker build \
19
--file .ci/Dockerfile \
20
--tag elastic/elasticsearch-js \
.ci/test-matrix.yml
@@ -1,5 +1,5 @@
1
---
2
-ELASTICSEARCH_VERSION:
+STACK_VERSION:
3
- 6.8.4
4
5
NODE_JS_VERSION:
0 commit comments