You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task should be able to report a fatal error by setting the exit code. Currently I tried Glue.error, but it only reports the error and not setting the exit code to 1. I think that if task encounter fatal error, it should be detectable by the CI tool and the build should fail.
The text was updated successfully, but these errors were encountered:
Interesting. So far we assume we will signal with the -z flag to send a signal if there are issues but I agree, if there is an error it should also fail.
Maybe we should add a fatal error level that exits immediately and sets that code. Would that fit what you are thinking?
Task should be able to report a fatal error by setting the exit code. Currently I tried
Glue.error
, but it only reports the error and not setting the exit code to 1. I think that if task encounter fatal error, it should be detectable by the CI tool and the build should fail.The text was updated successfully, but these errors were encountered: