更新 .gitea/workflows/.gitlab-ci.yml
This commit is contained in:
@@ -43,8 +43,8 @@ jobs:
|
|||||||
# run: |
|
# run: |
|
||||||
# apk add --no-cache git
|
# apk add --no-cache git
|
||||||
# git --version # 验证
|
# git --version # 验证
|
||||||
- name: Clone from Local Mirror
|
- name: Clone from Local Mirror
|
||||||
run: |
|
run: |
|
||||||
# 检查宿主机是否有镜像(需在 runner 上预置)
|
# 检查宿主机是否有镜像(需在 runner 上预置)
|
||||||
if [ -d "/srv/cache/plugin-library.git" ]; then
|
if [ -d "/srv/cache/plugin-library.git" ]; then
|
||||||
echo "使用本地裸库镜像..."
|
echo "使用本地裸库镜像..."
|
||||||
|
|||||||
Reference in New Issue
Block a user