zhengchen.tao
|
decbf49b0e
|
docs: ci 分支已删除,更新 CLAUDE.md 与 build summary 措辞
ci 分支于 2026-05-02 删除(默认分支已切到 custom,workflow 文件已
迁回 custom)。更新各处反映"两分支模型 main + custom"的最终状态:
- CLAUDE.md "三个分支" → "两个分支",ci 段改写为"已退役 + 历史
说明",给后续 Claude 解释 git log 里 555ecc1a 这条迁移提交
- 同步历史里 2026-05-02(后续) 那条加上"随后删掉 ci 分支"的事实
- build-image.yml 的 Build summary 步骤移除"UI 顶部 commit 是 ci"
的警示注释(workflow 已在 custom,runs 列表 commit 直接就是
代码 commit,不再需要这条解释)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-02 20:34:38 +08:00 |
|
zhengchen.tao
|
555ecc1aaf
|
ci: workflow 文件迁到 custom 分支
之前 workflow 在 ci 分支,导致每次 dispatch 后 Gitea Actions 列表
显示的 commit 都是 ci 分支的 workflow 文件 commit,不是被实际构建
的 custom 代码 commit,UX 上误导性强。
挪到 custom 后:
- runs 列表的 commit 字段直接显示真实代码 commit
- workflow_dispatch UI 自动从默认分支(待手动切到 custom)发现
workflow
- rebase 上游时 workflow 文件随 custom 一起平移,无额外操作
同步移除上游残留的 docker-release.yml / docker-snapshot.yml:
- 触发依赖 secrets.DOCKER_REPO(未配),sync-upstream 推 main
/tags 时空跑失败
- ci 上已禁用,但文件留着是噪声,本次清掉
ci 分支 .gitea/workflows/ 暂保留作过渡,待用户在 Gitea UI 把
默认分支切到 custom + 验证 build 跑通后,再单独 cleanup ci。
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-02 18:35:53 +08:00 |
|
MaysWind
|
d936b64cf9
|
build script supports setting the build time and date through environment variables
|
2025-10-17 21:57:33 +08:00 |
|
MaysWind
|
23a85d6162
|
update action version
|
2025-10-13 00:04:05 +08:00 |
|
MaysWind
|
5400a1424c
|
do not check third party response when run tests in ci pipeline
|
2025-07-02 22:17:25 +08:00 |
|
MaysWind
|
6787d0591e
|
support skip specified tests when build release
|
2025-03-10 22:02:08 +08:00 |
|
MaysWind
|
319f97bf9e
|
use QEMU 8.1.5
|
2025-01-31 23:00:08 +08:00 |
|
MaysWind
|
da31a67c52
|
upgrade actions
|
2025-01-31 22:33:50 +08:00 |
|
MaysWind
|
dd155a0f63
|
add gitea deploy action
|
2024-12-22 17:21:53 +08:00 |
|
MaysWind
|
10e4bcc723
|
skip specified tests when build snapshot image
|
2024-12-08 22:20:16 +08:00 |
|
MaysWind
|
185758b638
|
use current platform to build frontend assets
|
2024-03-25 00:30:56 +08:00 |
|
MaysWind
|
2e680b04c9
|
supports building for different platforms for gitea actions
|
2023-09-04 23:33:52 +08:00 |
|
MaysWind
|
6b30a0aebc
|
supports building multiple image by gitea actions
|
2023-09-02 19:33:48 +08:00 |
|
MaysWind
|
439608cf27
|
remove unused configuration
|
2023-07-14 22:46:00 +08:00 |
|
MaysWind
|
53a31cd4c4
|
use variables to replace secrets
|
2023-07-03 23:02:17 +08:00 |
|
MaysWind
|
aff876aa05
|
only trigger gitea docker-snapshot workflow when push to main branch
|
2023-05-28 17:59:25 +08:00 |
|
MaysWind
|
0a011b6075
|
add gitea actions
|
2023-05-20 23:49:00 +08:00 |
|