Closed eguzki closed 1 week ago
I summon our bash expert for review @mikenairn
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 83.82%. Comparing base (
cc1b41f
) to head (e57e427
). Report is 19 commits behind head on main.
What
bundle
makefile phony target does not fail when a referenced bundle image does not existThis fix makes it fail fast when bundle image does not exist on.
For example, with the changes of this branch, running
The resulting error is:
And the command returns early with the error.
On the other hand, without the changes of this PR (checkout on
main
branch), running the command:The command still fails, but the error is a bundle validation step
Just because the generated bundle is not correct (due to missing bundle image)