Skip to content

Commit

Permalink
[CI] Update references to snapshot download's directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
estolfo committed Jan 8, 2019
1 parent 89309e1 commit 8372d37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ before_install:
- bundle exec rake setup
- bundle exec rake elasticsearch:update
- curl -sS https://snapshots.elastic.co/downloads/elasticsearch/elasticsearch-7.0.0-SNAPSHOT.tar.gz | tar xz -C /tmp
- /tmp/elasticsearch-7.0.0-alpha1-SNAPSHOT/bin/elasticsearch-keystore create
- /tmp/elasticsearch-7.0.0-SNAPSHOT/bin/elasticsearch-keystore create
- >
[[ -n "$TEST_SUITE" ]] && [[ "$TEST_SUITE" == "integration" ]] &&
TEST_CLUSTER_COMMAND=/tmp/elasticsearch-7.0.0-alpha1-SNAPSHOT/bin/elasticsearch
TEST_CLUSTER_COMMAND=/tmp/elasticsearch-7.0.0-SNAPSHOT/bin/elasticsearch
bundle exec rake -I elasticsearch-extensions/lib test:cluster:start &&
curl http://localhost:9250/_cluster/health?level=shards || true
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch-xpack/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ namespace :test do
--volume $(pwd)/tmp/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml \
--memory 4g \
--rm \
docker.elastic.co/elasticsearch/elasticsearch:7.0.0-alpha1-SNAPSHOT
docker.elastic.co/elasticsearch/elasticsearch:7.0.0-SNAPSHOT
COMMAND
end
end

0 comments on commit 8372d37

Please sign in to comment.