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