Skip to content

Commit

Permalink
remove gopath and check installing go on release job
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Jan 15, 2025
1 parent 298599c commit 49981a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file added hack/go-licenses
Binary file not shown.
4 changes: 3 additions & 1 deletion hack/jenkins/release_build_and_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ grep -E "^VERSION_MINOR \\?=" Makefile | grep "${VERSION_MINOR}"
grep -E "^VERSION_BUILD \\?=" Makefile | grep "${VERSION_BUILD}"

# Force go packages to the Jekins home directory
export GOPATH=$HOME/go
# export GOPATH=$HOME/go
./hack/jenkins/installers/check_install_golang.sh "/usr/local"

# Make sure docker is installed and configured
./hack/jenkins/installers/check_install_docker.sh
# Verify ISO exists
Expand Down

0 comments on commit 49981a7

Please sign in to comment.