@@ -133,6 +133,7 @@ class CiRunner(private val config: CiConfig) {
|
|||||||
|
|
||||||
val exitCode = process.waitFor()
|
val exitCode = process.waitFor()
|
||||||
if (exitCode != 0) {
|
if (exitCode != 0) {
|
||||||
|
log("Running in $workingDir")
|
||||||
throw RuntimeException("$errorMessage (exit code: $exitCode)")
|
throw RuntimeException("$errorMessage (exit code: $exitCode)")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user