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

fix(git): set --recurse-submodules flag for checkout #26163

Merged
merged 6 commits into from
Dec 8, 2023

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    518faca View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    7930f5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f61bd8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3e3412 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Use relative reference to previous branch for cleanup

    My global config was setting the main branch to the name "main" while
    it's named "master" in the renovate CI, so this failed.
    mtardy committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    9aa335e View commit details
    Browse the repository at this point in the history
  2. Separate submodules test in their own unit

    This allows to run setup and cleanup correctly on each tests and do not
    pollute other tests outcome if they fail.
    mtardy committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    f21bb2a View commit details
    Browse the repository at this point in the history