fix: Disable git clone in Woodpecker CI pipeline

- Add clone.disabled=true to prevent git clone failures
- Enhanced echo messages for better pipeline visibility
- Pipeline should now run successfully with Podman backend
This commit is contained in:
Automation Admin 2025-08-14 23:53:50 +00:00
parent 40996f488c
commit a4818ee7f3
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
clone:
disabled: true
steps:
hello:
image: alpine
commands:
- echo "Hello World"
- echo "Hello World from Woodpecker CI!"
- echo "Pipeline läuft erfolgreich mit Podman-Backend"
- date