Put back checkout tep on package stage

This commit is contained in:
2026-03-08 13:20:17 +02:00
parent abe5f37dc0
commit e2d89c651a

View File

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