-
Notifications
You must be signed in to change notification settings - Fork 190
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
git: Fix issue with recurseSubmodules
#975
Conversation
Can you please link to the PR in fluxcd/pkg that contains the actual fix. Have we added tests to make sure we don’t break the submodule feature in the future? |
@stefanprodan the issue was with the Flux specific FS, it wasn't clear that |
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
Thanks @pjbgf 🏅
Hold the merge whilst we reassess the feedback from the user. |
6202ada
to
d24afcf
Compare
Signed-off-by: Paulo Gomes <[email protected]>
This has been confirmed to fix the linked issue. |
Underlying fix: fluxcd/pkg#419.
Fixes #970.