Update .woodpecker.yml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user