修改.gitlab-ci.yml

This commit is contained in:
sk 2024-11-04 14:24:13 +08:00
parent 23ea951eb0
commit ad54e9c7f6
1 changed files with 1 additions and 0 deletions

View File

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