Skip to content
Snippets Groups Projects
Unverified Commit 73c48529 authored by Simonas Šerlinskas's avatar Simonas Šerlinskas
Browse files

elasticsearch download link has been changed

parent 782cac14
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ php:
- 7.3
env:
global:
- ES_VERSION=7.4.0 ES_DOWNLOAD_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
- ES_VERSION=7.4.0 ES_DOWNLOAD_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}-linux-x86_64.tar.gz
install:
- wget ${ES_DOWNLOAD_URL}
- tar -xzf elasticsearch-${ES_VERSION}.tar.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment