Commit graph

2 commits

Author SHA1 Message Date
18a379616e fix: escape $ in .woodpecker/edge-subpath.yml bash array expansion
Woodpecker YAML preprocessor reads ${...} as its own variable
substitution and fails on bash array expansion "${ARR[@]}" with
"missing closing brace". Escape as $${...} so Woodpecker emits
a literal $ to the shell.

Fixes CI pipeline error=generic "missing closing brace" on
pipelines #1408 and #1409.
2026-04-19 17:21:01 +00:00
dev-qwen2
dc80081ba1 fix: vision(#623): end-to-end subpath routing smoke test for Forgejo + Woodpecker + chat (#1025) 2026-04-19 17:21:01 +00:00