Skip to content

Commit

Permalink
Merge pull request kubernetes#1751 from r2d4/gopath
Browse files Browse the repository at this point in the history
Set gopath in release script
  • Loading branch information
r2d4 authored Jul 26, 2017
2 parents e39244a + b01d3ef commit 6f65c43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/jenkins/release_build_and_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f65c43

Please sign in to comment.