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