fix(ci): use shallow tag-only fetch to avoid 504 timeout #2

Merged
forbes merged 1 commits from fix/ci-tag-fetch-504 into main 2026-02-04 19:30:51 +00:00

1 Commits

Author SHA1 Message Date
d60db282ea fix(ci): use shallow tag-only fetch to avoid 504 timeout
Some checks failed
Build and Test / build (pull_request) Failing after 41m54s
The previous `git fetch --tags` triggers full history negotiation
against the upstream FreeCAD-derived repo (~45k commits), causing
HTTP 504 gateway timeouts on the Gitea instance.

Replace with a depth=1 refspec fetch that pulls only tag refs
without negotiating reachable objects behind them. This is
sufficient for `git describe --tags --always` to resolve a
version string.
2026-02-04 13:30:34 -06:00