File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 49
49
50
50
51
51
before_install :
52
- - wget https://artifacts .elastic.co/downloads/ elasticsearch/elasticsearch-${ELASTICSEARCH_VERSION}.deb
52
+ - wget https://download .elastic.co/elasticsearch/release/org/ elasticsearch/distribution/deb/elasticsearch/7.0.0 /elasticsearch-${ELASTICSEARCH_VERSION}.deb
53
53
- wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ELASTICSEARCH_VERSION}.deb.sha512
54
54
- shasum -a 512 -c elasticsearch-${ELASTICSEARCH_VERSION}.deb.sha512
55
55
- sudo dpkg -i --force-confnew elasticsearch-${ELASTICSEARCH_VERSION}.deb
@@ -60,6 +60,7 @@ before_install:
60
60
- bundle version
61
61
62
62
install :
63
+ - bundle install
63
64
- bundle install
64
65
- rake bundle:clean
65
66
- rake bundle:install
You can’t perform that action at this time.
0 commit comments