Skip to content

Commit 910125a

Browse files
committed
make testing work
1 parent 14943d9 commit 910125a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.ci/Dockerfile.elasticsearch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG ELASTIC_STACK_VERSION
22
ARG DISTRIBUTION_SUFFIX
3-
FROM docker.elastic.co/elasticsearch/elasticsearch$distribution_suffix:$ELASTIC_STACK_VERSION
3+
FROM docker.elastic.co/elasticsearch/elasticsearch$DISTRIBUTION_SUFFIX:$ELASTIC_STACK_VERSION
44

55
ARG plugin_path=/usr/share/plugins/plugin
66
ARG es_path=/usr/share/elasticsearch

.ci/docker-compose.override.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ services:
2424
- ELASTIC_STACK_VERSION=$ELASTIC_STACK_VERSION
2525
- INTEGRATION=${INTEGRATION:-false}
2626
- SECURE_INTEGRATION=${SECURE_INTEGRATION:-false}
27+
- DISTRIBUTION_SUFFIX=${DISTRIBUTION_SUFFIX}
2728
command: /usr/share/elasticsearch/elasticsearch-run.sh
2829
tty: true
2930
ports:

0 commit comments

Comments
 (0)