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

workflows/release: Submodule checkout needed? #347

Closed
thetredev opened this issue Dec 13, 2022 · 2 comments · Fixed by #349
Closed

workflows/release: Submodule checkout needed? #347

thetredev opened this issue Dec 13, 2022 · 2 comments · Fixed by #349

Comments

@thetredev
Copy link
Contributor

thetredev commented Dec 13, 2022

Line https://github.com/fabianishere/pve-edge-kernel/blob/master/.github/workflows/release.yml#L60 (job publish) forces submodule checkout, which I don't think is necessary for the workflow. So I'm guessing this line can be removed.

@fabianishere
Copy link
Owner

You are correct, the submodule checkout is not necessary for the publish job.

@thetredev
Copy link
Contributor Author

Alright, I'll create a PR.

thetredev added a commit to thetredev/pve-edge-kernel that referenced this issue Dec 13, 2022
Signed-off-by: Timo Reichl <thetredev@gmail.com>
@fabianishere fabianishere linked a pull request Dec 14, 2022 that will close this issue
fabianishere pushed a commit that referenced this issue Dec 14, 2022
This change removes the submodule checkout when the package is in the publish phase.
We do not use the contents of the submodules during this phase.

Close #347
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 a pull request may close this issue.

2 participants