修改.gitlab-ci.yml
This commit is contained in:
parent
23ea951eb0
commit
ad54e9c7f6
|
@ -42,6 +42,7 @@ build-job:
|
||||||
- cd $GOPATH/src/$ProjectPath
|
- cd $GOPATH/src/$ProjectPath
|
||||||
# 编译
|
# 编译
|
||||||
- echo '编译'
|
- echo '编译'
|
||||||
|
- go mod tidy
|
||||||
- |
|
- |
|
||||||
while IFS= read -r line || [[ -n $line ]]
|
while IFS= read -r line || [[ -n $line ]]
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in New Issue