mirror of
https://cgit.krebsco.de/krops
synced 2024-11-23 03:29:48 +01:00
populate git: clone with --recurse-submodules
This commit is contained in:
parent
806b500e1e
commit
2440120c88
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ let
|
|||
|
||||
pop.git = target: git: shell' target /* sh */ ''
|
||||
if ! test -e ${quote target.path}; then
|
||||
git clone ${quote git.url} ${quote target.path}
|
||||
git clone --recurse-submodules ${quote git.url} ${quote target.path}
|
||||
fi
|
||||
cd ${quote target.path}
|
||||
if ! url=$(git config remote.origin.url); then
|
||||
|
|
Loading…
Reference in a new issue