Skip to content

Add support for updating submodules on cloud config server repo refresh #2864

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

deathbeam
Copy link

  • if cloneSubmodules is enabled, when repo is being refreshed, also properly fetch submodule updates
  • move cloneSubmodules boolean outside of JGitFactory because this property can be changed during runtime and there is no reason for this boolean to be copied inside

Closes #1924

- if cloneSubmodules is enabled, when repo is being refreshed, also
  properly fetch submodule updates
- move cloneSubmodules boolean outside of JGitFactory because this
  property can be changed during runtime and there is no reason for this
  boolean to be copied inside

Closes spring-cloud#1924

Signed-off-by: Tomas Slusny <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Git Submodules On Refresh
2 participants