更新.gitlab-ci.yml文件
This commit is contained in:
parent
2e0902a6e2
commit
14f4d5974f
|
@ -16,4 +16,5 @@ sync_job:
|
||||||
script:
|
script:
|
||||||
- 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
|
||||||
- rsync -rvc --no-perms --delete ./* $GOPATH/src/$SrcPath
|
- echo $$GOPATH/src/$SrcPath
|
||||||
|
#- rsync -rvc --no-perms --delete ./* $GOPATH/src/$SrcPath
|
Loading…
Reference in New Issue