File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 15
15
16
16
install :
17
17
- mkdir /tmp/elasticsearch
18
- - wget -O - http://s3-eu-west-1.amazonaws.com/build-eu.elasticsearch.org /origin/master /nightly/JDK7/elasticsearch-latest-SNAPSHOT.tar.gz | tar xz --directory=/tmp/elasticsearch --strip-components=1
18
+ - wget -O - http://s3-eu-west-1.amazonaws.com/build.eu-west-1.elastic.co /origin/2.0 /nightly/JDK7/elasticsearch-latest-SNAPSHOT.tar.gz | tar xz --directory=/tmp/elasticsearch --strip-components=1
19
19
- /tmp/elasticsearch/bin/elasticsearch -d --path.data /tmp --discovery.zen.ping.multicast.enabled false --script.inline on --script.indexed on --path.repo=/tmp --repositories.url.allowed_urls='http://*' --node.testattr=test
20
20
- git clone https://github.com/elastic/elasticsearch.git ../elasticsearch
21
21
- pip install .
You can’t perform that action at this time.
0 commit comments