ci配置文件

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

View File

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