Tweak CI script

This commit is contained in:
Alexandre Archambault 2017-04-27 16:10:57 +02:00
parent b65fdf3c7b
commit f93aca0f55
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,12 @@ VERSION="${VERSION:-1.0.0-SNAPSHOT}"
cd "$(dirname "$0")/.."
# synchronously fill cache so that two runs of this script don't try to download
# a same file at the same time (and one of them fail because of locks)
./coursier fetch \
"io.get-coursier:http-server-java7_2.11:$VERSION" \
-r https://dl.bintray.com/scalaz/releases
./coursier launch \
"io.get-coursier:http-server-java7_2.11:$VERSION" \
-r https://dl.bintray.com/scalaz/releases \