From c73bd8b251b42c1d5941faa3e142d66c7567fa81 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 9 May 2021 13:44:21 +0200 Subject: [PATCH] :wrench: ignore certificate --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9fdae5a0a..ebb8615c8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ steps: - name: build image: gcc commands: - - git clone https://github.com/Kitware/CMake.git + - git -c http.sslVerify=false clone https://github.com/Kitware/CMake.git - cd CMake - ./configure - make cmake ctest -j10