mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Merge pull request #75 from Winterflower/ci-setup
Fixes misconfigured env variable for CI setup
This commit is contained in:
commit
9e176f08f3
@ -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