From 070bfa4728defc04e25f95c8d2fa6abab947b438 Mon Sep 17 00:00:00 2001 From: Khwezi Mngoma Date: Sat, 14 Mar 2026 12:13:15 +0200 Subject: [PATCH] Using default clone --- .drone.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 71ef1a6..ffb6735 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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