Browse Source

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

Dan Helfman 3 năm trước cách đây
mục cha
commit
38e35bdb12
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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