更新.gitlab-ci.yml文件

This commit is contained in:
skeleton 2024-12-26 10:10:52 +00:00
parent ae3622c587
commit a430cc0421
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ build-job:
- echo '编译'
- if [ "$GOMODTIDY" == 1 ]; then
go mod tidy;
go mod download;
fi
- |
while IFS= read -r line || [[ -n $line ]]