From 781d986e8bb7cc22aa9237496abacd3ca7a1ce0c Mon Sep 17 00:00:00 2001 From: Khwezi Date: Sun, 12 Oct 2025 13:32:05 +0200 Subject: [PATCH] Added tls test setting to git clone --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 9bf9b72..337ae9c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -47,6 +47,8 @@ steps: # git clone code base - name: git clone image: drone/git + settings: + skip_verify: true commands: - git clone https://gitea.apps.mngoma.lab/mngomalab/sampleapi.git . - git checkout $DRONE_COMMIT @@ -85,6 +87,8 @@ steps: # git clone code base - name: git clone image: drone/git + settings: + skip_verify: true commands: - git clone https://gitea.apps.mngoma.lab/mngomalab/sampleapi.git . - git checkout $DRONE_COMMIT