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