fetch submodules
This commit is contained in:
parent
ba297f86aa
commit
ea4051c55c
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ stages: # List of stages for jobs, and their order of execution
|
||||||
- build
|
- build
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
|
variables:
|
||||||
|
GIT_SUBMODULE_STRAGEY: recursive
|
||||||
|
|
||||||
get-build-repo: # This job runs in the build stage, which runs first.
|
get-build-repo: # This job runs in the build stage, which runs first.
|
||||||
stage: get
|
stage: get
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Add table
Reference in a new issue