From e2d89c651a627e8a98022ce3f1917f67fad59ed7 Mon Sep 17 00:00:00 2001 From: khwezi Date: Sun, 8 Mar 2026 13:20:17 +0200 Subject: [PATCH] Put back checkout tep on package stage --- .drone.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d69abbe..821b839 100644 --- a/.drone.yml +++ b/.drone.yml @@ -50,7 +50,13 @@ trigger: clone: disable: true -steps: +steps: + - name: checkout + 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: -- 2.47.3