summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorAntoine GIRARD <sapk@users.noreply.github.com>2018-05-22 18:12:10 +0200
committertechknowlogick <techknowlogick@users.noreply.github.com>2018-05-22 12:12:10 -0400
commit6f319114976972e87c5f9c29f79f64bbdcfb9e44 (patch)
tree74d52401e17e2ef4192f87ca795d4b69b54ec05e /.drone.yml
parent45f3d4a719ff5ff9991e274017b51398d62fcd4d (diff)
downloadgitea-6f319114976972e87c5f9c29f79f64bbdcfb9e44.tar.gz
gitea-6f319114976972e87c5f9c29f79f64bbdcfb9e44.zip
Add $GOPATH/bin to PATH for make releases (#4020)
Needed to access go tool gxz
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 1fd42fa4ec..011d4fefdf 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -197,6 +197,7 @@ pipeline:
environment:
TAGS: bindata sqlite
commands:
+ - export PATH=$PATH:$GOPATH/bin
- make release
when:
event: [ push, tag ]