Avoid exit code mangling by ensuring docker plugin doesn't trigger compile

See explanation of the underlying issue in
https://github.com/Tapad/sbt-docker-compose/issues/23
This commit is contained in:
Jeff Klukas 2018-06-20 08:46:35 -04:00
Родитель 249c9e3e19
Коммит c0a643c0b0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -94,7 +94,7 @@ assemblyShadeRules in assembly := Seq(
ShadeRule.rename("com.trueaccord.scalapb.**" -> "shadescalapb.@1").inAll ShadeRule.rename("com.trueaccord.scalapb.**" -> "shadescalapb.@1").inAll
) )
addCommandAlias("ci", ";clean ;compile ;scalastyle ;test:scalastyle ;coverage ;dockerComposeTest ;coverageReport") addCommandAlias("ci", ";clean ;compile ;test:compile ;scalastyle ;test:scalastyle ;coverage ;dockerComposeTest ;coverageReport")
val scalaStyleConfigUrl = Some(url("https://raw.githubusercontent.com/mozilla/moztelemetry/master/scalastyle-config.xml")) val scalaStyleConfigUrl = Some(url("https://raw.githubusercontent.com/mozilla/moztelemetry/master/scalastyle-config.xml"))
(scalastyleConfigUrl in Compile) := scalaStyleConfigUrl (scalastyleConfigUrl in Compile) := scalaStyleConfigUrl