From b336dfe483c5f23983f2964b46adbf234c504a61 Mon Sep 17 00:00:00 2001 From: trent Date: Fri, 2 Jan 2026 14:07:09 +0100 Subject: [PATCH] Update .woodpecker.yml --- .woodpecker.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 4bcf387..3670a56 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,9 +3,19 @@ name: dotnet-build-publish variables: - DOTNET_VERSION: "8.0" +clone: + disable: true steps: + clone-manual: + image: woodpeckerci/plugin-git + settings: + remote: http://gitea:3000/FA/FA_WEB.git # wewnętrzny URL, agent widzi gitea po nazwie serwisu! + branch: master + depth: 1 + + # Krok 1: Detekcja, które projekty zmieniły się w tym commicie detect-changed-projects: image: alpine/git:latest