Warehouses #1

Merged
trent merged 159 commits from Warehouses into master 2026-01-10 20:24:17 +00:00
Showing only changes of commit b336dfe483 - Show all commits

View File

@@ -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