This commit is contained in:
昔念
2026-01-30 00:22:54 +08:00
parent 179e50f94d
commit 2b63e3b237

View File

@@ -46,7 +46,7 @@ steps:
# 3. 更新软件源缓存使新源生效
- apt update -y
- apt install -y --no-install-recommends curl git openssh-client openssl libssl-dev
- apt install -y --no-install-recommends ca-certificates curl git openssh-client openssl libssl-dev
# # 清理旧SSH文件严格配置权限
# - rm -rf /root/.ssh/*
@@ -70,6 +70,7 @@ steps:
- git config --global core.compression 0
- export GIT_CONFIG_URL="https://cnb:$CNB_ACCK@cnb.cool/blzing/blazing"
- echo "🔍 $CNB_ACCK调试 $GIT_CONFIG_URL"
- git config --global http.sslVerify false
- git clone --depth 1 --progress -v $GIT_CONFIG_URL
# 拉取代码