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: