ES nightly build has moved since moving to JDK7

This commit is contained in:
Honza Král
2014-07-02 17:00:00 +02:00
parent ef3004277b
commit 3147637b17
+1 -1
View File
@@ -15,7 +15,7 @@ env:
install:
- mkdir /tmp/elasticsearch
- wget -O - http://s3-us-west-2.amazonaws.com/build.elasticsearch.org/origin/master/nightly/JDK6/elasticsearch-latest-SNAPSHOT.tar.gz | tar xz --directory=/tmp/elasticsearch --strip-components=1
- wget -O - http://s3-us-west-2.amazonaws.com/build.elasticsearch.org/origin/master/nightly/JDK7/elasticsearch-latest-SNAPSHOT.tar.gz | tar xz --directory=/tmp/elasticsearch --strip-components=1
- git clone https://github.com/elasticsearch/elasticsearch.git ../elasticsearch
- pip install .