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:
Родитель
249c9e3e19
Коммит
c0a643c0b0
|
@ -94,7 +94,7 @@ assemblyShadeRules in assembly := Seq(
|
|||
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"))
|
||||
(scalastyleConfigUrl in Compile) := scalaStyleConfigUrl
|
||||
|
|
Загрузка…
Ссылка в новой задаче