Merge pull request 'Put back checkout tep on package stage' (#52) from test into main
All checks were successful
continuous-integration/drone Build is passing

Reviewed-on: #52
This commit was merged in pull request #52.
This commit is contained in:
2026-03-08 13:21:17 +02:00

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: