Compare commits

..

No commits in common. "61040aaac87898b011e4a3e3d2f95d032e21287f" and "160a126b29e0559b79a7021af8807c2adbeeef96" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

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