🐛 Bug Fixes
When an error retry results in a plan succeeding when it initially failed, usage of run --all -- plan -detailed-exitcode
will now properly take into account the final exit code, rather than the first one, meaning that the exit code of the whole run will be zero if no other units fail their plans.
Thanks to @wakeful for contributing this fix!
What's Changed
- fix #3845 set the correct exit code when a retry is successful. by @wakeful in #3966
- docs: Improving Run Queue docs by @yhakbar in #4272
Full Changelog: v0.78.2...v0.78.3