Compare commits

..

No commits in common. "8214650eef6c58e1395fdd77a82da0fd6ca346f4" and "368a6e29a5f33e490a318e98b3c2fed9d837a37f" have entirely different histories.

1 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@ stages:
- deploy - deploy
variables: variables:
GOPATH: "/root/gopath"
ProjectPath: "mongo.games.com/game" ProjectPath: "mongo.games.com/game"
DeployPath: "mongo.games.com/deploy" DeployPath: "mongo.games.com/deploy"
@ -63,6 +62,6 @@ deploy-job:
- echo '提交代码' - echo '提交代码'
- cd $GOPATH/src/$DeployPath - cd $GOPATH/src/$DeployPath
- git add . - git add .
- git commit -m "auto commit pipelineId\:$CI_PIPELINE_ID" - git commit -m "auto commit pipelineId: $CI_PIPELINE_ID"
- git push origin develop - git push origin develop