From 9ab8b0d271031d9f2aa8c563972887b2eeaba7c9 Mon Sep 17 00:00:00 2001 From: "Jason S. Ninneman" Date: Wed, 7 Jun 2017 19:13:00 -0700 Subject: [PATCH] Another workaround. --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.31.1