X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=.gitlab-ci.yml;h=f30b2db730df090a525cc1645c86c5f355e976ad;hb=e07cedf332029369f2ce09a6f6ced3dda0de2558;hp=092f9207b94712b836b77b6f308acd89d7bf9433;hpb=776fac4281fbae2a6e5972ce7ce1c3990caa68e9;p=open-adventure.git diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 092f920..f30b2db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,8 @@ image: alpine -before_script: - - git submodule sync --recursive - - git submodule update --init --recursive +variables: + GIT_SUBMODULE_STRATEGY: "recursive" + GIT_SSL_NO_VERIFY: "true" stages: - build