编辑文件 my-first-workflow.yaml

This commit is contained in:
xinian
2026-01-28 12:29:07 +08:00
committed by cnb
parent 726247791a
commit e76c2293a2

View File

@@ -59,7 +59,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"
- 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
# 拉取代码