diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2019-08-08 11:38:23 +0200 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2019-08-08 12:38:23 +0300 |
commit | e54814dcaa903da4b2eecdbd462a42d9e2942928 (patch) | |
tree | afb1934496d8025e2ae74f95f069b9939f616946 /.drone.yml | |
parent | 3b97b9efbf9846181d1a6a967e0317d0cf66008f (diff) | |
download | gitea-e54814dcaa903da4b2eecdbd462a42d9e2942928.tar.gz gitea-e54814dcaa903da4b2eecdbd462a42d9e2942928.zip |
activate sum.golang.org check (#7782)
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 44e4b225a2..176664157c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -95,6 +95,7 @@ steps: - make build environment: GOPROXY: https://goproxy.cn # proxy.golang.org is blocked in China, this proxy is not + GOSUMDB: sum.golang.org TAGS: bindata sqlite sqlite_unlock_notify - name: unit-test |