Skip to content

Commit 6f31911

Browse files
sapktechknowlogick
authored andcommitted
Add $GOPATH/bin to PATH for make releases (#4020)
Needed to access go tool gxz
1 parent 45f3d4a commit 6f31911

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.drone.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ pipeline:
197197
environment:
198198
TAGS: bindata sqlite
199199
commands:
200+
- export PATH=$PATH:$GOPATH/bin
200201
- make release
201202
when:
202203
event: [ push, tag ]

0 commit comments

Comments
 (0)