Skip to content

Commit 0b17c75

Browse files
committed
CI: forgot to pass down $ES_SSL_SUPPORTED_PROTOCOLS
1 parent 8d180cf commit 0b17c75

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.ci/docker-compose.override.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ services:
88
args:
99
- ELASTIC_STACK_VERSION=$ELASTIC_STACK_VERSION
1010
environment:
11+
- ELASTIC_STACK_VERSION=$ELASTIC_STACK_VERSION
1112
- INTEGRATION=${INTEGRATION:-false}
1213
- SECURE_INTEGRATION=${SECURE_INTEGRATION:-false}
13-
- ELASTIC_STACK_VERSION=$ELASTIC_STACK_VERSION
14+
- ES_SSL_SUPPORTED_PROTOCOLS=$ES_SSL_SUPPORTED_PROTOCOLS
1415

1516
elasticsearch:
1617
build:
@@ -20,6 +21,7 @@ services:
2021
- ELASTIC_STACK_VERSION=$ELASTIC_STACK_VERSION
2122
- INTEGRATION=${INTEGRATION:-false}
2223
- SECURE_INTEGRATION=${SECURE_INTEGRATION:-false}
24+
- ES_SSL_SUPPORTED_PROTOCOLS=$ES_SSL_SUPPORTED_PROTOCOLS
2325
command: /usr/share/elasticsearch/elasticsearch-run.sh
2426
tty: true
2527
ports:

0 commit comments

Comments
 (0)