Merge pull request 'DelforSender' (#43) from DelforSender into master

Reviewed-on: #43
This commit was merged in pull request #43.
This commit is contained in:
2026-01-20 12:08:13 +00:00

View File

@@ -5,6 +5,12 @@ when:
- merge
branch: master
steps:
clone-manual:
image: woodpeckerci/plugin-git
settings:
remote: http://gitea:3000/${CI_REPO}.git
branch: ${CI_COMMIT_BRANCH}
depth: 1
detect-changed-projects:
image: alpine
commands:
@@ -47,7 +53,7 @@ steps:
exit 0
fi
cat changed-projects.txt
depends_on: [clone-manual]
debug-location:
image: alpine
commands:
@@ -55,13 +61,6 @@ steps:
- ls -la
- find /woodpecker -maxdepth 4 -type d 2>/dev/null
depends_on: [detect-changed-projects]
clone-manual:
image: woodpeckerci/plugin-git
settings:
remote: http://gitea:3000/${CI_REPO}.git
branch: ${CI_COMMIT_BRANCH}
depth: 1
depends_on: [detect-changed-projects]
restore:
image: mcr.microsoft.com/dotnet/sdk:latest
commands: