Use a workaround of Gitlab issue 2148.wq

This commit is contained in:
Jason S. Ninneman 2017-06-07 19:01:14 -07:00 committed by NHOrus
parent 8c56288333
commit a4074218a7

View file

@ -1,7 +1,8 @@
image: alpine
variables:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- git submodule sync --recursive
- git submodule update --init --recursive
stages:
- build