更新.gitlab-ci.yml文件
This commit is contained in:
parent
f3b7211913
commit
91e5b732c1
|
@ -5,6 +5,7 @@ stages:
|
||||||
- unlock
|
- unlock
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
|
GOPROXY: "https://goproxy.cn,direct"
|
||||||
GOPATH: "/home/gopath"
|
GOPATH: "/home/gopath"
|
||||||
GoServerSrcPath: "mongo.games.com/goserver" # 项目相对于GOPATH/src的路径
|
GoServerSrcPath: "mongo.games.com/goserver" # 项目相对于GOPATH/src的路径
|
||||||
BetaBinPath: "/home/game/" # beta环境部署路径
|
BetaBinPath: "/home/game/" # beta环境部署路径
|
||||||
|
|
Loading…
Reference in New Issue