Set gopath in release script
parent
e39244a8ef
commit
b01d3efbca
|
@ -28,6 +28,7 @@ set -e
|
|||
|
||||
export TAGNAME=v${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_BUILD}
|
||||
export DEB_VERSION=${VERSION_MAJOR}.${VERSION_MINOR}-${VERSION_BUILD}
|
||||
export GOPATH=~/go
|
||||
|
||||
# Sanity checks
|
||||
git status
|
||||
|
|
Loading…
Reference in New Issue