Update .woodpecker.yml
This commit is contained in:
@@ -5,6 +5,17 @@ when:
|
|||||||
branch: [master]
|
branch: [master]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
debug-workspace:
|
||||||
|
image: alpine:latest
|
||||||
|
commands:
|
||||||
|
- echo "=== Aktualny katalog roboczy (pwd) ==="
|
||||||
|
- pwd
|
||||||
|
- echo "=== Zawartość /woodpecker/src ==="
|
||||||
|
- ls -la /woodpecker/src
|
||||||
|
- echo "=== Pełna struktura src (do głębokości 4) ==="
|
||||||
|
- find /woodpecker/src -type d -maxdepth 4 | sort
|
||||||
|
- echo "=== Szukam katalogu z kodem (.git lub .csproj) ==="
|
||||||
|
- find /woodpecker -name ".git" -o -name "*.csproj" | head -20
|
||||||
clone-manual:
|
clone-manual:
|
||||||
image: woodpeckerci/plugin-git
|
image: woodpeckerci/plugin-git
|
||||||
settings:
|
settings:
|
||||||
|
|||||||
Reference in New Issue
Block a user