更新.gitlab-ci.yml文件

This commit is contained in:
skeleton 2024-10-14 05:45:28 +00:00
parent 8d51143e18
commit 9de6ddc3d7
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ build-job:
script:
# 拷贝到GOPATH
- echo '拷贝到GOPATH'
- cp -rf ./* $GOPATH/src/$ProjectPath
- cp -rfp ./* $GOPATH/src/$ProjectPath
# 进入项目目录
- cd $GOPATH/src/$ProjectPath
# 编译