From 30a895d4f721781196d9907797912123f49f4647 Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Mon, 6 Sep 2021 22:11:43 +0200 Subject: [PATCH] no ssl verif for clone in ci --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 191c98f..592b11f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,7 @@ image: omalaspinas/c_pandoc:latest variables: GIT_SUBMODULE_STRATEGY: recursive + GIT_SSL_NO_VERIFY: true before_script: ## -- GitLab