更新.gitlab-ci.yml文件

This commit is contained in:
skeleton 2024-12-27 01:49:49 +00:00
parent 3e6cdf085b
commit a187a1dfc2
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ sync_job:
- git checkout $CI_COMMIT_REF_NAME - git checkout $CI_COMMIT_REF_NAME
- git pull origin $CI_COMMIT_REF_NAME - git pull origin $CI_COMMIT_REF_NAME
- echo $GOPATH/src/$SrcPath - echo $GOPATH/src/$SrcPath
- rsync -rvc --no-perms --delete ./* $GOPATH/src/$SrcPath - rsync -rvc --no-perms --delete {.,}* $GOPATH/src/$SrcPath