编辑文件 my-first-workflow.yaml

This commit is contained in:
xinian
2026-01-28 12:23:48 +08:00
committed by cnb
parent 754b4942c4
commit 57e2662697

View File

@@ -60,6 +60,7 @@ steps:
- echo "🔍 ${#CI_REPO_CLONE_SSH_URL}调试: ${CI_REPO_CLONE_SSH_URL}"
- 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 clone --depth 1 --progress -v ${GIT_CONFIG_URL}
# 拉取代码