Using default clone
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Khwezi Mngoma
2026-03-14 12:13:15 +02:00
parent 41e1310fef
commit 070bfa4728

View File

@@ -7,15 +7,15 @@ trigger:
exclude: exclude:
- promote - promote
clone: # clone:
disable: true # disable: true
steps: steps:
- name: checkout # - name: checkout
image: alpine/git # image: alpine/git
commands: # commands:
- git clone https://gitea.khongisa.co.za/khwezi/blazortest.git # - git clone https://gitea.khongisa.co.za/khwezi/blazortest.git
- git checkout ${DRONE_COMMIT} # - git checkout ${DRONE_COMMIT}
- name: dotnet build - name: dotnet build
image: mcr.microsoft.com/dotnet/sdk:10.0 image: mcr.microsoft.com/dotnet/sdk:10.0