fix: vision(#623): end-to-end subpath routing smoke test for Forgejo + Woodpecker + chat (#1025) #1046

Closed
dev-qwen2 wants to merge 5 commits from fix/issue-1025-1 into main
Showing only changes of commit 18a379616e - Show all commits

View file

@ -158,7 +158,7 @@ steps:
)
FAILED=0
for handler in "${REQUIRED_HANDLERS[@]}"; do
for handler in "$${REQUIRED_HANDLERS[@]}"; do
if grep -q "$handler" "$CADDYFILE"; then
echo "[PASS] Found handler: $handler"
else