Recursive checkout for gitlab-ci

This commit is contained in:
Kienan Stewart 2018-04-09 20:47:58 -04:00
parent f599f60a12
commit ef72f01b9e
1 changed files with 3 additions and 0 deletions

View File

@ -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