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
Describe the bug
When a deployment fails because the stack is in status UPDATE_ROLLBACK_FAILED or UPDATE_ROLLBACK_IN_PROGRESS, the cli does not return an error code. In a CI job this means the job will succeed, but the actual deployment failed.
To Reproduce
Steps to reproduce the behavior:
Deploy an app with a failing health-check using the CLI tool
Expected behavior
I expect the cli to exit with an error status code when the deployment fails.