Skip TLS verify in documentation build clone to work around old drone/git CA certs.
This commit is contained in:
parent
65503e38b6
commit
38e35bdb12
1 changed files with 3 additions and 0 deletions
|
@ -77,6 +77,9 @@ steps:
|
|||
kind: pipeline
|
||||
name: documentation
|
||||
|
||||
clone:
|
||||
skip_verify: true
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
#image: plugins/docker
|
||||
|
|
Loading…
Reference in a new issue