Set gopath in release script

pull/1751/head
Matt Rickard 2017-07-25 17:03:43 -07:00
parent e39244a8ef
commit b01d3efbca
1 changed files with 1 additions and 0 deletions

View File

@ -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