更新.gitlab-ci.yml文件

This commit is contained in:
skeleton 2024-11-06 01:58:35 +00:00
parent ebb127fc4b
commit 44f0a7d451
1 changed files with 0 additions and 1 deletions

View File

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