fix: Correct skip_clone syntax for Woodpecker CI 3.8
ci/woodpecker/push/woodpecker Pipeline failed Details

- Use skip_clone: true instead of clone.disabled
- This should resolve the YAML parsing error
This commit is contained in:
Automation Admin 2025-08-14 23:55:11 +00:00
parent a4818ee7f3
commit e8a4e6c4c5
1 changed files with 2 additions and 3 deletions

View File

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