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.
2 parents f55351d + 7fef201 commit 0a0ad76Copy full SHA for 0a0ad76
hack/jenkins/release_github_page.sh
@@ -38,7 +38,7 @@ readonly PROJECT_NAME="${GITHUB_REPO}"
38
# installing golang to install github-release
39
./hack/jenkins/installers/check_install_golang.sh "/usr/local"
40
# installing latest version of github-release
41
-./hack/jenkins/installers/check_install_github_release.sh
+#./hack/jenkins/installers/check_install_github_release.sh
42
43
RELEASE_FLAGS=""
44
if ! [[ ${VERSION_BUILD} =~ ^[0-9]+$ ]]; then
0 commit comments