From 2b63e3b23726a97c9ec0d4450e85ad7e23bbfb93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=94=E5=BF=B5?= <12574910+72wo@users.noreply.github.com> Date: Fri, 30 Jan 2026 00:22:54 +0800 Subject: [PATCH] 1 --- .woodpecker/my-first-workflow.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker/my-first-workflow.yaml b/.woodpecker/my-first-workflow.yaml index f93d1bd61..7823d6261 100644 --- a/.woodpecker/my-first-workflow.yaml +++ b/.woodpecker/my-first-workflow.yaml @@ -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 # 拉取代码