Disabled broken automatic clone, added manual clone

This commit is contained in:
2026-03-08 10:49:12 +02:00
parent 55f20dd5c9
commit 64344f6142

View File

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