mirror of
https://github.com/enso-org/enso.git
synced 2024-12-25 05:53:28 +03:00
Fail runner when update manifest fails (#3990)
Otherwise the update manifest job gets stuck.
This commit is contained in:
parent
a2d8c1d0ab
commit
01f8e2976d
@ -1031,7 +1031,13 @@ object Main {
|
||||
exitFail()
|
||||
}
|
||||
|
||||
try {
|
||||
ProjectUploader.updateManifest(projectRoot, logLevel)
|
||||
} catch {
|
||||
case NonFatal(err) =>
|
||||
err.printStackTrace()
|
||||
exitFail()
|
||||
}
|
||||
exitSuccess()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user