diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f77754..d68050a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ stages: - sync variables: - Path: "$GOPATH/mongo.games.com/game" # 项目相对于GOPATH的路径 + SrcPath: "$GOPATH/mongo.games.com/game" # 项目相对于GOPATH的路径 default: tags: @@ -15,5 +15,5 @@ sync_job: script: - git checkout $CI_COMMIT_REF_NAME - git pull origin $CI_COMMIT_REF_NAME - - ls -al - #- rsync -rvc --no-perms --delete ./* $PATH \ No newline at end of file + - echo $SrcPath + #- rsync -rvc --no-perms --delete ./* $SrcPath \ No newline at end of file