Another workaround.
authorJason S. Ninneman <jsn@mbar.us>
Thu, 8 Jun 2017 02:13:00 +0000 (19:13 -0700)
committerJason S. Ninneman <jsn@mbar.us>
Thu, 8 Jun 2017 03:19:24 +0000 (20:19 -0700)
.gitlab-ci.yml

index 092f9207b94712b836b77b6f308acd89d7bf9433..665bf7903e6b706365dcccdac9e6506f53c402d0 100644 (file)
@@ -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