Recursive checkout for gitlab-ci
This commit is contained in:
parent
f599f60a12
commit
ef72f01b9e
|
@ -3,6 +3,9 @@ stages:
|
||||||
- test
|
- test
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
|
variables:
|
||||||
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y zip
|
- apt-get install -y zip
|
||||||
|
|
Loading…
Reference in New Issue