From f043ed55203d66da2aae27033041ce21a2828f0d Mon Sep 17 00:00:00 2001 From: khwezi Date: Sat, 7 Mar 2026 11:23:22 +0200 Subject: [PATCH] Flattened pipeline stages --- .drone.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5d81b83..3cc1a2b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,12 +3,6 @@ kind: pipeline type: docker name: package -depends_on: - - build - -clone: - disable: true - steps: - name: dotnet publish image: mcr.microsoft.com/dotnet/sdk:8.0 -- 2.47.3