Fix YAML unmarshal error

- Remove all comments and emojis
- Clean ASCII-only strings
- Minimal YAML structure
- Fix compiler unmarshal issue

Should resolve: cannot unmarshal map[string]interface
This commit is contained in:
Automation User 2025-08-08 23:52:16 +00:00
parent c79b40204a
commit 9f5948fb3f
1 changed files with 2 additions and 5 deletions

View File

@ -1,12 +1,9 @@
# 🧪 Ultra-Simple Pipeline Test
# Minimal configuration to test Agent-Server communication
steps:
test:
image: alpine:latest
commands:
- echo "Pipeline is working!"
- echo "Agent backend: local (Podman)"
- echo "Pipeline is working!"
- echo "Agent backend local"
- echo "Test successful"
when:
branch: [main, master, develop]