Fix .gitlab-ci.yml

This commit is contained in:
LeshaInc 2019-08-30 20:22:43 +03:00
parent 4ca2a3d166
commit 431b168086
No known key found for this signature in database
GPG Key ID: B4855290FC36DE72

View File

@ -16,10 +16,12 @@ cache:
- "sbt-cache/target"
before_script:
- echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list
- apt-get update || true
- yes | apt-get install gnupg-curl apt-transport-https || true
- echo "deb https://dl.bintray.com/sbt/debian /" | tee -a /etc/apt/sources.list.d/sbt.list
- apt-key adv --keyserver hkps://keyserver.ubuntu.com:443 --recv 2EE0EA64E40A89B84B2DF73499E82A75642AC823
- apt-get update
- apt-get install sbt
- apt-get update || true
- yes | apt-get install sbt || true
- sbt -v sbtVersion
build: