更新.gitlab-ci.yml文件

This commit is contained in:
skeleton 2024-11-06 01:25:07 +00:00
parent af0e29fc1a
commit 989354dd4a
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ build-job:
fi
# 拷贝到GOPATH
- echo '拷贝到GOPATH'
- rsync -rv --no-perms --delete ./* $GOPATH/src/$ProjectPath
- rsync -rvc --no-perms --delete ./* $GOPATH/src/$ProjectPath
# 进入项目目录
- cd $GOPATH/src/$ProjectPath
# 编译