Skip to content

Commit

Permalink
Fixec certs for util/run_es_docker.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Sep 3, 2020
1 parent 9eac7c1 commit c5b6e6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions util/run_es_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ if [ "$TEST_SUITE" = "oss" ]; then
docker run --network esnet-oss --rm appropriate/curl --max-time 120 --retry 120 --retry-delay 1 --retry-connrefused --show-error --silent http://elasticsearch-oss:9200
else
repo=$(pwd)
testnodecrt="/travis/certs/testnode.crt"
testnodekey="/travis/certs/testnode.key"
cacrt="/travis/certs/ca.crt"
testnodecrt="/util/certs/testnode.crt"
testnodekey="/util/certs/testnode.key"
cacrt="/util/certs/ca.crt"

docker pull docker.elastic.co/elasticsearch/elasticsearch:${STACK_VERSION}
docker network create esnet;
Expand Down

0 comments on commit c5b6e6f

Please sign in to comment.