From: Jason S. Ninneman Date: Thu, 8 Jun 2017 02:01:14 +0000 (-0700) Subject: Use a workaround of Gitlab issue 2148.wq X-Git-Tag: 1.1~537 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=776fac4281fbae2a6e5972ce7ce1c3990caa68e9 Use a workaround of Gitlab issue 2148.wq --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5765127..092f920 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,8 @@ image: alpine -variables: - GIT_SUBMODULE_STRATEGY: recursive +before_script: + - git submodule sync --recursive + - git submodule update --init --recursive stages: - build