Bump Elasticsearch to 6.8.1 in setup script

This commit is contained in:
Aleksandr Borovykh 2019-07-01 20:20:05 +02:00
commit c52feb42e5

View file

@ -31,7 +31,7 @@ if [ ! $CI ]; then
rm -rf vendor/;
mkdir vendor/;
mix elasticsearch.install vendor --version 5.1.1 || { echo "Elasticsearch could not be installed!"; exit 1; }
mix elasticsearch.install vendor --version 6.8.1 || { echo "Elasticsearch could not be installed!"; exit 1; }
fi
echo "----------------------------------------------------------"