Compare commits
No commits in common. "26c7fb32c0c0cf26bebe84a3a2bc7290e4a64ebb" and "9f25186d75dc3824c532a21d0a377f7444f1c539" have entirely different histories.
26c7fb32c0
...
9f25186d75
|
@ -2,7 +2,7 @@ stages:
|
|||
- sync
|
||||
|
||||
variables:
|
||||
SrcPath: "$GOPATH/mongo.games.com/game" # 项目相对于GOPATH的路径
|
||||
Path: "$GOPATH/mongo.games.com/game" # 项目相对于GOPATH的路径
|
||||
|
||||
default:
|
||||
tags:
|
||||
|
@ -15,5 +15,4 @@ sync_job:
|
|||
script:
|
||||
- git checkout $CI_COMMIT_REF_NAME
|
||||
- git pull origin $CI_COMMIT_REF_NAME
|
||||
- echo $SrcPath
|
||||
#- rsync -rvc --no-perms --delete ./* $SrcPath
|
||||
- rsync -rvc --no-perms --delete ./* $PATH
|
Loading…
Reference in New Issue