Added tls test setting to git clone

This commit is contained in:
Khwezi
2025-10-12 13:32:05 +02:00
parent 3981b50571
commit 781d986e8b

View File

@@ -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