Fix CI
This commit is contained in:
parent
7ce51a221e
commit
de3fdd99f5
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ before_install:
|
||||||
|
|
||||||
- curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.5.1-amd64.deb
|
- curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.5.1-amd64.deb
|
||||||
- sudo dpkg -i --force-confnew elasticsearch-7.5.1-amd64.deb
|
- sudo dpkg -i --force-confnew elasticsearch-7.5.1-amd64.deb
|
||||||
|
- sudo chown -R elasticsearch:elasticsearch /etc/default/elasticsearch
|
||||||
- sudo systemctl restart elasticsearch.service || sudo journalctl -xe
|
- sudo systemctl restart elasticsearch.service || sudo journalctl -xe
|
||||||
|
|
||||||
install: script/setup --travis
|
install: script/setup --travis
|
||||||
|
|
Reference in a new issue