mirror of
https://cgit.krebsco.de/krops
synced 2024-11-23 03:29:48 +01:00
populate git: support submodules
This commit is contained in:
parent
ea08f87819
commit
806b500e1e
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ let
|
||||||
fi
|
fi
|
||||||
git checkout "$hash" -- ${quote target.path}
|
git checkout "$hash" -- ${quote target.path}
|
||||||
git -c advice.detachedHead=false checkout -f "$hash"
|
git -c advice.detachedHead=false checkout -f "$hash"
|
||||||
|
git submodule update --init --recursive
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git clean -dfx
|
git clean -dfx
|
||||||
|
|
Loading…
Reference in a new issue