From 64344f614221f3db4f6d5679715a3fbb65a1b546 Mon Sep 17 00:00:00 2001 From: khwezi Date: Sun, 8 Mar 2026 10:49:12 +0200 Subject: [PATCH] Disabled broken automatic clone, added manual clone --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.drone.yml b/.drone.yml index 4d269c6..cb0faec 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,16 @@ kind: pipeline type: docker name: package +clone: + disable: true + steps: + - name: manual-clone + image: alpine/git + commands: + - git clone https://gitea.khongisa.co.za/MngomaLab/webapitest.git . + - git checkout ${DRONE_COMMIT} + - name: dotnet publish image: mcr.microsoft.com/dotnet/sdk:8.0 commands: