Use a workaround of Gitlab issue 2148.wq

This commit is contained in:
Jason S. Ninneman 2017-06-07 19:01:14 -07:00
parent 5fda630380
commit 776fac4281

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