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

Merged
dev-qwen2 merged 8 commits from fix/issue-1025-3 into main 2026-04-20 11:01:13 +00:00
Showing only changes of commit 7763facb11 - Show all commits

View file

@ -103,7 +103,7 @@ steps:
- name: caddy-validate - name: caddy-validate
image: alpine:3.19 image: alpine:3.19
commands: commands:
- apk add --no-cache ca-certificates - apk add --no-cache ca-certificates curl
- curl -sS -o /tmp/caddy "https://caddyserver.com/api/download?os=linux&arch=amd64" - curl -sS -o /tmp/caddy "https://caddyserver.com/api/download?os=linux&arch=amd64"
- chmod +x /tmp/caddy - chmod +x /tmp/caddy
- /tmp/caddy version - /tmp/caddy version