lixi
|
0d81c38fc6
|
fix: CI 移除全部外部 action 依赖,checkout 改为手动克隆本 Gitea 实例
CI / backend-test (push) Successful in 3m18s
- Gitea 1.20+ 的 DEFAULT_ACTIONS_URL 仅接受 github/self,自定义 gitea.com 不生效,
actions/checkout 回落 github.com 克隆(服务器不可达,实测 unexpected EOF)
- checkout 改为 git init + 从 ${{ github.server_url }} 认证克隆(github.token),
与 apt 装 JDK 一起实现全链路零 GitHub 依赖
|
2026-09-04 18:13:34 +08:00 |
|
lixi
|
b38b0d83bb
|
fix: CI 改用 apt 安装 JDK17 并加 concurrency 取消旧 run
CI / backend-test (push) Failing after 1m31s
- setup-java 从 github.com 下载 JDK 二进制在服务器网络不可达(实测 ETIMEDOUT),
改为 apt 安装 openjdk-17-jdk-headless,apt 源优先切腾讯云镜像
- 同分支连推提交时自动取消旧的排队/进行中 run
|
2026-09-04 18:02:23 +08:00 |
|
lixi
|
3f6e8187cf
|
chore: 新增 Gitea Actions CI 门禁工作流(审计 M3)
CI / backend-test (push) Failing after 16m6s
- .gitea/workflows/ci.yml:push(dev)/PR 触发 ./mvnw -B clean test,与本地门禁同一命令
- 服务器侧启用前提(开启 Actions、注册带 Docker 的 act_runner)已写入文件头注释;未启用时本文件无副作用
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
2026-09-04 14:52:55 +08:00 |
|