Skip to content

Commit

Permalink
chore: support git to pull submodules
Browse files Browse the repository at this point in the history
Add '--recurse-submodules' to git clone.

Log:
  • Loading branch information
kamiyadm committed Oct 13, 2023
1 parent 105bdeb commit 4f9e22d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/builder/builder/source_fetcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ util::Error SourceFetcherPrivate::fetchGitRepo()
if (!runner::Runner("git",
{
"clone",
"--recurse-submodules",
source->url,
sourceTargetPath(),
},
Expand Down

0 comments on commit 4f9e22d

Please sign in to comment.