Skip to content

Commit 49981a7

Browse files
committed
remove gopath and check installing go on release job
1 parent 298599c commit 49981a7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

hack/go-licenses

25.2 MB
Binary file not shown.

hack/jenkins/release_build_and_upload.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ grep -E "^VERSION_MINOR \\?=" Makefile | grep "${VERSION_MINOR}"
3838
grep -E "^VERSION_BUILD \\?=" Makefile | grep "${VERSION_BUILD}"
3939

4040
# Force go packages to the Jekins home directory
41-
export GOPATH=$HOME/go
41+
# export GOPATH=$HOME/go
42+
./hack/jenkins/installers/check_install_golang.sh "/usr/local"
43+
4244
# Make sure docker is installed and configured
4345
./hack/jenkins/installers/check_install_docker.sh
4446
# Verify ISO exists

0 commit comments

Comments
 (0)