Merge pull request #75 from Winterflower/ci-setup

Fixes misconfigured env variable for CI setup
This commit is contained in:
Camilla 2019-12-02 11:54:21 +01:00 committed by GitHub
commit 9e176f08f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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