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.
2.2
1 parent c08b08b commit eb48dabCopy full SHA for eb48dab
travis/download_and_run_es.sh
@@ -10,7 +10,7 @@ killall java 2>/dev/null
10
11
echo "Downloading Elasticsearch v${ES_VERSION}-SNAPSHOT..."
12
13
-ES_URL=$(curl -sS "https://esvm-props.kibana.rocks/builds" | jq -r ".branches.$ES_VERSION.zip")
+ES_URL=$(curl -sS "https://esvm-props.kibana.rocks/builds" | jq -r ".branches[\"$ES_VERSION\"].zip")
14
15
curl -L -o elasticsearch-latest-SNAPSHOT.zip $ES_URL
16
unzip "elasticsearch-latest-SNAPSHOT.zip"
0 commit comments