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
I’m facing an issue with error handling in the CI process. Currently, when an error occurs, I would like to receive notifications or halt the deployment process. However, it seems that all errors are being thrown and then caught, which prevents the exit code from being returned properly.
Could you please advise on how to ensure that the exit code is received in order to trigger notifications or stop the deployment when an error occurs?