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 f3a2b0f commit 3d4be78Copy full SHA for 3d4be78
travis/download_and_run_es.sh
@@ -15,7 +15,7 @@ echo "Downloading Elasticsearch v${ES_VERSION}..."
15
ES_URL="https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz"
16
17
curl -L -o elasticsearch-latest.tar.gz $ES_URL
18
-tar -xvfz "elasticsearch-latest.tar.gz"
+tar -xvf "elasticsearch-latest.tar.gz"
19
20
echo "Adding repo to config..."
21
find . -name "elasticsearch.yml" | while read TXT ; do echo 'repositories.url.allowed_urls: ["http://*"]' >> $TXT ; done
0 commit comments