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:
- promote
clone:
disable: true
# clone:
# disable: true
steps:
- name: checkout
image: alpine/git
commands:
- git clone https://gitea.khongisa.co.za/khwezi/blazortest.git
- git checkout ${DRONE_COMMIT}
# - name: checkout
# image: alpine/git
# commands:
# - git clone https://gitea.khongisa.co.za/khwezi/blazortest.git
# - git checkout ${DRONE_COMMIT}
- name: dotnet build
image: mcr.microsoft.com/dotnet/sdk:10.0