更新.gitlab-ci.yml文件
This commit is contained in:
parent
9de6ddc3d7
commit
b6b0377be9
|
@ -3,13 +3,12 @@ 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"
|
||||||
|
|
||||||
default:
|
default:
|
||||||
tags:
|
tags:
|
||||||
- game-develop
|
- gitlab
|
||||||
|
|
||||||
build-job:
|
build-job:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
Loading…
Reference in New Issue