Don't verify SSL certs for clone
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jim Martens 2021-10-02 15:58:39 +02:00
parent fa3832b2cf
commit 40410e1c3b
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@ kind: pipeline
name: default
type: docker
clone:
skip_verify: true
steps:
- name: restore-cache
privileged: true