diff --git a/.woodpecker/my-first-workflow.yaml b/.woodpecker/my-first-workflow.yaml index 9c5caa22f..fe7bf961f 100644 --- a/.woodpecker/my-first-workflow.yaml +++ b/.woodpecker/my-first-workflow.yaml @@ -56,6 +56,7 @@ steps: # - ssh-keyscan -H github.com > /root/.ssh/known_hosts # - chmod 600 /root/.ssh/known_hosts # - echo "🔍 ${#CI_REPO_CLONE_SSH_URL}调试: ${CI_REPO_CLONE_SSH_URL}" + - apt install upx - git config --global core.compression 0 - export GIT_CONFIG_URL="https://cnb:$CNB_ACCK@cnb.cool/blzing/blazing" - echo "🔍 $CNB_ACCK调试: $GIT_CONFIG_URL" @@ -76,6 +77,7 @@ steps: GO111MODULE: on GOSUMDB: off commands: + - cd blazing - mkdir -p build - BIN_NAME="login_${CI_PIPELINE_CREATED}"