Skip to content
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

github/workflows: fix broken yaml #77

Merged
merged 2 commits into from
Jun 22, 2023

Conversation

marquiz
Copy link
Collaborator

@marquiz marquiz commented Jun 21, 2023

Fix yaml syntax that got broken in
19bbdd5.

In addition there's another (required) patch to simplify the workflow file.

@marquiz marquiz force-pushed the devel/github-workflow branch 6 times, most recently from 0d6540d to 1a2e5fb Compare June 21, 2023 15:09
Copy link
Collaborator

@klihub klihub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this conflicting with publish-docs.yaml ?

@klihub
Copy link
Collaborator

klihub commented Jun 21, 2023

@marquiz I mean I screwed up my earlier review of your PR where I was wondering about the same but I was hasty and approved it. Then it went in, although I think it should never have. We have another workflow already in place which is dealing exclusively with publishing documentation. It is this publish-docs.yaml. I think it would be better to stick with that (it is basically the same as you added) and make fixes there.

@marquiz
Copy link
Collaborator Author

marquiz commented Jun 21, 2023

Isn't this conflicting with publish-docs.yaml ?

No, that one is about actually publishing the docs. This one just verifies that the docs are buildable and that the gh-pages update script doesn't fail.

@marquiz
Copy link
Collaborator Author

marquiz commented Jun 22, 2023

ping @klihub @jukkar the CI is broken until we merge this one

Fix yaml syntax that got broken in
19bbdd5.

Signed-off-by: Markus Lehtonen <[email protected]>
In addition to simplification this is required for the docs and bh-pages
checks to be able to run.

Signed-off-by: Markus Lehtonen <[email protected]>
@klihub klihub self-requested a review June 22, 2023 08:31
@klihub klihub merged commit d6a11df into containers:main Jun 22, 2023
@marquiz marquiz deleted the devel/github-workflow branch June 22, 2023 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants