From: Jason S. Ninneman Date: Thu, 8 Jun 2017 02:13:00 +0000 (-0700) Subject: Another workaround. X-Git-Tag: 1.1~536 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=9ab8b0d271031d9f2aa8c563972887b2eeaba7c9 Another workaround. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 092f920..665bf79 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_SSL_CAPATH=/etc/ssl/certs + GIT_CURL_VERBOSE=1 stages: - build