-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancement ✨New feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
The fail-fast mode will exit with non-zero code immediately when there's an error in deployment. This is as intended.
However, currently, when the fail-fast mode is disabled and there's an error in deployment, BitOps will run until the end and exit with 0 return code like it was a success.
The expectation from the fail-fast: false mode is to run all the deployment steps, but defer the error code (if any) and bubble it up to the BitOps finish exit code. This way we exit with non-zero if some deployment in the middle of the pipeline was unsuccessful.
Metadata
Metadata
Assignees
Labels
enhancement ✨New feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers