Update .gitlab-ci.yml file

This commit is contained in:
卞洋 2025-01-17 07:52:14 +00:00
parent 17a7c75762
commit e07ed77fa7
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"