Files
mcpctl/.gitea/workflows
Michal ae1e90207e
All checks were successful
CI/CD / typecheck (push) Successful in 42s
CI/CD / test (push) Successful in 55s
CI/CD / lint (push) Successful in 10m51s
CI/CD / build (push) Successful in 1m9s
CI/CD / publish-rpm (push) Successful in 37s
ci: remove docker + deploy jobs (use fulldeploy.sh instead)
The Gitea Act Runner containers lack privileged access needed for
container-in-container builds. Tried: Docker CLI (permission denied),
podman (cannot re-exec), buildah (no /proc/self/uid_map), kaniko
(no standalone binary). Docker builds + deploy continue to work via
bash fulldeploy.sh which runs on the host directly.

CI pipeline now: lint → typecheck → test → build → publish-rpm

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 11:13:18 +00:00
..