This commit is contained in:
by 2025-01-17 15:53:58 +08:00
commit 6a74821662
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ build-job:
# 拉取代码
- echo "拉取代码"
- git checkout $CI_COMMIT_REF_NAME
- git pull origin $CI_COMMIT_REF_NAME
- git fetch origin && git reset --hard origin/$CI_COMMIT_REF_NAME
# 替换 go.mod 中的 ../goserver
- echo "替换 go.mod 中的 ../goserver"