Skip to content

Commit 77f4cb6

Browse files
committed
Updated CI configuration
1 parent 6c13dc4 commit 77f4cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/run-elasticsearch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ echo -e "\033[34;1mINFO:\033[0m Creating network $NETWORK_NAME if it does not ex
8888
docker network inspect "$NETWORK_NAME" > /dev/null 2>&1 || docker network create "$NETWORK_NAME"
8989

9090
environment=($(cat <<-END
91-
--env discovery.zen.ping.unicast.hosts=elasticsearch
91+
--env discovery.zen.ping.unicast.hosts=${NODE_NAME}
9292
--env xpack.security.enabled=false
9393
--env xpack.monitoring.enabled=false
9494
--env xpack.ml.enabled=false

0 commit comments

Comments
 (0)