1
This commit is contained in:
@@ -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
|
||||
# 拉取代码
|
||||
|
||||
|
||||
Reference in New Issue
Block a user