From 38e35bdb12767a1656ff68cc890469ccc7df4ab0 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 4 Oct 2021 14:31:15 -0700 Subject: [PATCH] Skip TLS verify in documentation build clone to work around old drone/git CA certs. --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index beb7628bc..6947ac24a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -77,6 +77,9 @@ steps: kind: pipeline name: documentation +clone: + skip_verify: true + steps: - name: build #image: plugins/docker