summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorJohn Olheiser <john.olheiser@gmail.com>2020-04-05 23:48:55 -0500
committerGitHub <noreply@github.com>2020-04-06 12:48:55 +0800
commit1648bf2b60126f7959d92d176bf7f3cf3ae1cfe6 (patch)
treecc9067c0d63916afbb238b6779236b8978b7fb9c /.drone.yml
parent561e7a9a59046e9472bd7e732763024eb8887f7d (diff)
downloadgitea-1648bf2b60126f7959d92d176bf7f3cf3ae1cfe6.tar.gz
gitea-1648bf2b60126f7959d92d176bf7f3cf3ae1cfe6.zip
Turn off go modules for xgo and gxz (#10963)
* Turn off go modules for xgo and gxz Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add test release for PR Signed-off-by: jolheiser <john.olheiser@gmail.com> * Try with go modules off Signed-off-by: jolheiser <john.olheiser@gmail.com> * Revert Makefile, force a release test Signed-off-by: jolheiser <john.olheiser@gmail.com> * Turn on GOPROXY for release Signed-off-by: jolheiser <john.olheiser@gmail.com> * CI Signed-off-by: jolheiser <john.olheiser@gmail.com> * CI Signed-off-by: jolheiser <john.olheiser@gmail.com> * Final commit Signed-off-by: jolheiser <john.olheiser@gmail.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index be2d5f85a6..43ff21cac8 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -421,7 +421,7 @@ steps:
- export PATH=$PATH:$GOPATH/bin
- make release
environment:
- GOPROXY: off
+ GOPROXY: https://goproxy.cn # proxy.golang.org is blocked in China, this proxy is not
TAGS: bindata sqlite sqlite_unlock_notify
- name: gpg-sign
@@ -519,7 +519,7 @@ steps:
- export PATH=$PATH:$GOPATH/bin
- make release
environment:
- GOPROXY: off
+ GOPROXY: https://goproxy.cn # proxy.golang.org is blocked in China, this proxy is not
TAGS: bindata sqlite sqlite_unlock_notify
- name: gpg-sign