Skip to content

Commit

Permalink
jenkins: build with go1.8 container
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
  • Loading branch information
vbatts committed Sep 26, 2017
1 parent cc67f2e commit fe882ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/jenkins/minikube_cross_build_and_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if out="$(git diff ${ghprbActualCommit} --name-only $(git merge-base origin/mast
export ISO_BUCKET="minikube-builds/${ghprbPullId}"
export ISO_VERSION="testing"

make release-iso
IN_DOCKER=1 make out/minikube.iso
fi

export GOPATH=~/go
Expand Down

0 comments on commit fe882ac

Please sign in to comment.