更新 .gitea/workflows/.gitlab-ci.yml

This commit is contained in:
2026-04-11 13:10:04 +08:00
parent e9a05bd400
commit abc9a5ac08

View File

@@ -43,7 +43,7 @@ jobs:
# run: |
# apk add --no-cache git
# git --version # 验证
- name: Clone from Local Mirror
- name: Clone from Local Mirror
run: |
# 检查宿主机是否有镜像(需在 runner 上预置)
if [ -d "/srv/cache/plugin-library.git" ]; then