mirror of
https://github.com/elastic/eland.git
synced 2025-07-24 00:00:39 +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"
|
echo -e "\033[1m>>>>> Run [elastic/eland container] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>\033[0m"
|
||||||
|
|
||||||
ELASTICSEARCH_HOST=${elasticsearch_url}
|
|
||||||
|
|
||||||
docker run \
|
docker run \
|
||||||
--network=elasticsearch \
|
--network=elasticsearch \
|
||||||
--env "ELASTICSEARCH_HOST" \
|
--env "ELASTICSEARCH_HOST=${elasticsearch_url}" \
|
||||||
--name eland-test-runner \
|
--name eland-test-runner \
|
||||||
--rm \
|
--rm \
|
||||||
elastic/eland \
|
elastic/eland \
|
||||||
./run_build.sh
|
./run_build.sh
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user