We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 298599c commit 49981a7Copy full SHA for 49981a7
hack/go-licenses
25.2 MB
hack/jenkins/release_build_and_upload.sh
@@ -38,7 +38,9 @@ grep -E "^VERSION_MINOR \\?=" Makefile | grep "${VERSION_MINOR}"
38
grep -E "^VERSION_BUILD \\?=" Makefile | grep "${VERSION_BUILD}"
39
40
# Force go packages to the Jekins home directory
41
-export GOPATH=$HOME/go
+# export GOPATH=$HOME/go
42
+./hack/jenkins/installers/check_install_golang.sh "/usr/local"
43
+
44
# Make sure docker is installed and configured
45
./hack/jenkins/installers/check_install_docker.sh
46
# Verify ISO exists
0 commit comments