We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eac7c1 commit c5b6e6fCopy full SHA for c5b6e6f
util/run_es_docker.sh
@@ -26,9 +26,9 @@ if [ "$TEST_SUITE" = "oss" ]; then
26
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
27
else
28
repo=$(pwd)
29
- testnodecrt="/travis/certs/testnode.crt"
30
- testnodekey="/travis/certs/testnode.key"
31
- cacrt="/travis/certs/ca.crt"
+ testnodecrt="/util/certs/testnode.crt"
+ testnodekey="/util/certs/testnode.key"
+ cacrt="/util/certs/ca.crt"
32
33
docker pull docker.elastic.co/elasticsearch/elasticsearch:${STACK_VERSION}
34
docker network create esnet;
0 commit comments