Update .woodpecker.yml

This commit is contained in:
2026-01-02 14:07:09 +01:00
parent 4e94cccc88
commit b336dfe483

View File

@@ -3,9 +3,19 @@ name: dotnet-build-publish
variables: variables:
- DOTNET_VERSION: "8.0" - DOTNET_VERSION: "8.0"
clone:
disable: true
steps: 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 # Krok 1: Detekcja, które projekty zmieniły się w tym commicie
detect-changed-projects: detect-changed-projects:
image: alpine/git:latest image: alpine/git:latest