修改.gitlab-ci.yml

This commit is contained in:
sk 2024-11-04 14:25:22 +08:00
parent ad54e9c7f6
commit f10e70317c
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ build-job:
- cd $GOPATH/src/$ProjectPath
# 编译
- echo '编译'
- go env -w GO111MODULE='on'
- go mod tidy
- |
while IFS= read -r line || [[ -n $line ]]