更新.gitlab-ci.yml文件

This commit is contained in:
skeleton 2024-11-06 01:08:11 +00:00
parent d044890e26
commit 5ddb0e08d6
1 changed files with 1 additions and 1 deletions

View File

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