-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fail on bad builds in CI earlier #302
Conversation
@nomulex - Ready for review! |
FYI @abbyad |
oh @alixemden - let me know if you can't override @MaxDiz being a reviewer, given he's out on paternal leave. |
I just removed @MaxDiz as reviewer. |
LGTM. I am feeling like a prophet this morning. I remember mentioning this here. ;) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@nomulex - Ohhh! I think don't think I fully understood your point earlier! Well, next time we'll be sure to listen to you ;) Thanks for the review! |
This build adds a call to
hugo build
that exposes bad builds earlier on in the CI process. We had an issue where a broken build was pushed and CI broke at theAll Branches - Run Muffet link checker
stop in a very non obvious way with:This PR fixes that by explicitly running
hugo
early the CI process and it's called "All Branches - Test For Broken Builds in Hugo" so editors will know why their branch isn't passing CI when it breaks.see #299