Commit f7c751ed13610e0b65ba35bc6cc66bf5e707ac23
1 parent
d9ae9bd1
Exists in
master
and in
1 other branch
build📦️:构建脚本
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
sh/prod/build.sh
| @@ -3,6 +3,7 @@ | @@ -3,6 +3,7 @@ | ||
| 3 | 3 | ||
| 4 | export GOPATH="/code/go:/code/go/apigame" | 4 | export GOPATH="/code/go:/code/go/apigame" |
| 5 | export GO111MODULE=on | 5 | export GO111MODULE=on |
| 6 | +export GOPROXY=https://goproxy.io,direct | ||
| 6 | 7 | ||
| 7 | codedir=/code/go/apigame/src | 8 | codedir=/code/go/apigame/src |
| 8 | cd ${codedir} | 9 | cd ${codedir} |