sumodule stuff

This commit is contained in:
Blair Vanderlugt 2021-01-29 07:53:54 -08:00
parent 337a159153
commit b7324011db
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
variables:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- ls
- ls apps
- git submodule sync --recursive
- git submodule update --init --recursive
include:
- local: 'ci_templates/.cic-template.yml'