-
Notifications
You must be signed in to change notification settings - Fork 13
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
circleci/[email protected]: --error-sort
flag fails to build
#51
Comments
It appears a read-only key was used in the |
Any possibility this could be fixed? The orb is broken in the latest version. Or, if you have any pointers on how to fix it, I can try to make my own attempt at it. |
Since a lot of this trouble with |
I accidentally committed the change with the CircleCI Orb for Hugo at version 1.3.0. However, this version is broken and will not complete successfully in the pipeline (see CircleCI-Public/hugo-orb#51). This commit gets the CI pipeline to run successfully again. Signed-off-by: Justin W. Flory (he/him) [UNICEF Innovation] <[email protected]>
I accidentally committed the change with the CircleCI Orb for Hugo at version 1.3.0. However, this version is broken and will not complete successfully in the pipeline (see CircleCI-Public/hugo-orb#51). This commit gets the CI pipeline to run successfully again. Signed-off-by: Justin W. Flory (he/him) [UNICEF Innovation] <[email protected]>
* Update CircleCI config * Downgrade orb to workaround CircleCI-Public/hugo-orb#51
Looking into this now! Sorry for the delay |
@Jaryt Thank you. Please share an update here when a new version is published in the registry. I'll test a new release in the five Pull Requests referenced at the top of the issue. |
Orb version
1.3.0
What happened
The
--error-sort
flag behaves unexpectedly and fails the HTML-Proofer step when running a build. See a log here.Stacktrace for reference:
I guess my change in #47 was half-baked. 😞 Not sure how best to debug this one.
Expected behavior
HTML-Proofer successfully validates the HTML according to user preference.
The text was updated successfully, but these errors were encountered: