Parcourir la source

Skip TLS verify in documentation build clone to work around old drone/git CA certs.

Dan Helfman il y a 3 ans
Parent
commit
38e35bdb12
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      .drone.yml

+ 3 - 0
.drone.yml

@@ -77,6 +77,9 @@ steps:
 kind: pipeline
 name: documentation
 
+clone:
+  skip_verify: true
+
 steps:
 - name: build
   #image: plugins/docker