更新.gitlab-ci.yml文件

This commit is contained in:
skeleton 2024-11-06 01:54:56 +00:00
parent 05bab06da1
commit ebb127fc4b
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ build-job:
- if [ "$GOMODTIDY" == 1 ]; then
go mod tidy;
fi
- ls -alh ~/.cache/go-build/
- |
while IFS= read -r line || [[ -n $line ]]
do