mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Fixes misconfigured env variable
This commit is contained in:
parent
beaf719201
commit
9571fcb2fa
@ -60,13 +60,10 @@ docker build --file .ci/Dockerfile --tag elastic/eland .
|
||||
|
||||
echo -e "\033[1m>>>>> Run [elastic/eland container] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>\033[0m"
|
||||
|
||||
ELASTICSEARCH_HOST=${elasticsearch_url}
|
||||
|
||||
docker run \
|
||||
--network=elasticsearch \
|
||||
--env "ELASTICSEARCH_HOST" \
|
||||
--env "ELASTICSEARCH_HOST=${elasticsearch_url}" \
|
||||
--name eland-test-runner \
|
||||
--rm \
|
||||
elastic/eland \
|
||||
./run_build.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user