Migrate CI from GitLab to Gitea Actions
Replace .gitlab-ci.yml with .gitea/workflows/ci.yml, keeping the same lint/format/typecheck/pip-audit/pytest jobs against python:3.11-slim, and update docs that referenced the old GitLab pipeline file. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -58,5 +58,5 @@ usable there at all, fall back to a crontab entry instead:
|
||||
where you control a dedicated VM/server and need to serve the output yourself.
|
||||
On the ETP login nodes there's no Docker daemon (Apptainer/Singularity only),
|
||||
and `public_html` is already auto-served — running your own nginx there would
|
||||
be redundant. Docker is still used for CI (`.gitlab-ci.yml`) and remains a fine
|
||||
option for anyone deploying this on their own server.
|
||||
be redundant. Docker is still used for CI (`.gitea/workflows/ci.yml`) and
|
||||
remains a fine option for anyone deploying this on their own server.
|
||||
|
||||
Reference in New Issue
Block a user