Recursive submodule strategy
This commit is contained in:
parent
72627dfb2d
commit
7d39cdf158
@ -1,5 +1,8 @@
|
||||
image: monachus/hugo
|
||||
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
|
||||
before_script:
|
||||
- git submodule sync --recursive
|
||||
- git submodule update --init --recursive
|
||||
|
Loading…
Reference in New Issue
Block a user