Use absolute minimal pipeline syntax
ci/woodpecker/push/woodpecker Pipeline failed Details

- Simplified to smallest possible Woodpecker CI 3.8 pipeline
- Single step with Alpine echo test
- Should work with new syntax format
This commit is contained in:
Automation 2025-08-14 23:33:37 +00:00
parent 541fce1ccd
commit aa3cf867a3
1 changed files with 3 additions and 20 deletions

View File

@ -1,22 +1,5 @@
skip_clone: true
steps:
- name: simple-test
image: alpine:latest
hello:
image: alpine
commands:
- echo "🎉 === GameAdm CI Pipeline Test ==="
- echo "Woodpecker CI 3.8.0 is working!"
- echo "Agent successfully executing commands"
- echo "Repository: pp1l/gameadm"
- echo "Pipeline automation working perfectly!"
- sleep 2
- echo "✅ Pipeline test completed successfully!"
- name: advanced-test
image: alpine:latest
commands:
- echo "🔧 Advanced test starting..."
- apk add --no-cache curl
- echo "Curl installed successfully"
- curl -s https://httpbin.org/json | head -5
- echo "✅ Advanced test completed!"
- echo "Hello World"