更新.gitlab-ci.yml文件

This commit is contained in:
skeleton 2024-11-29 03:40:45 +00:00
parent 37d2c02b98
commit 353c1904e9
1 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ variables:
ProjectPath: "mongo.games.com/game" # 项目相对于GOPATH的路径
BetaBinPath: "/home/game/" # beta环境部署路径
DevelopBinPath: "/home/game/" # develop环境部署路径
GOPROXY: "https://goproxy.cn,direct"
default:
tags:
@ -20,7 +19,6 @@ cache:
paths:
- ${GOPATH}/pkg/mod
- ${GOPATH}/bin
- .cache/go-build
# 锁定作业,防止并发流水线执行
lock_job: