ci配置文件

This commit is contained in:
sk 2024-10-16 14:39:41 +08:00
parent 8df77a8f9c
commit b07e90ee47
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ build-job:
- release
script:
- git checkout $CI_COMMIT_REF_NAME
- git pull
- git pull origin $CI_COMMIT_REF_NAME
# 拷贝到GOPATH
- echo '拷贝到GOPATH'
- cp -rfp ./* $GOPATH/src/$ProjectPath