fix: 修复环境变量拼写错误
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
This commit is contained in:
@@ -59,7 +59,7 @@ steps:
|
|||||||
|
|
||||||
- git config --global core.compression 0
|
- 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"
|
- echo "🔍 $CNB_ACCK调试: $CNB_ACCK"
|
||||||
- git config --global http.sslVerify false
|
- git config --global http.sslVerify false
|
||||||
- git clone --depth 1 --progress -v $GIT_CONFIG_URL
|
- git clone --depth 1 --progress -v $GIT_CONFIG_URL
|
||||||
# 拉取代码
|
# 拉取代码
|
||||||
|
|||||||
Reference in New Issue
Block a user