Merge pull request #1751 from r2d4/gopath

Set gopath in release script
pull/1752/head v0.21.0
Matt Rickard 2017-07-25 17:05:10 -07:00 committed by GitHub
commit 6f65c4383b
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