更新.gitlab-ci.yml文件

This commit is contained in:
skeleton 2024-11-06 02:33:57 +00:00
parent fab70856c5
commit d5566d6181
1 changed files with 0 additions and 2 deletions

View File

@ -45,8 +45,6 @@ build-job:
- cd $GOPATH/src/$ProjectPath
# 编译
- echo '编译'
- go env -w GO111MODULE='on'
- go env
- if [ "$GOMODTIDY" == 1 ]; then
go mod tidy;
fi