Skip to content

Commit 0a0ad76

Browse files
Merge pull request #12542 from sharifelgamal/github-release
don't install github-release for now
2 parents f55351d + 7fef201 commit 0a0ad76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/jenkins/release_github_page.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ readonly PROJECT_NAME="${GITHUB_REPO}"
3838
# installing golang to install github-release
3939
./hack/jenkins/installers/check_install_golang.sh "/usr/local"
4040
# installing latest version of github-release
41-
./hack/jenkins/installers/check_install_github_release.sh
41+
#./hack/jenkins/installers/check_install_github_release.sh
4242

4343
RELEASE_FLAGS=""
4444
if ! [[ ${VERSION_BUILD} =~ ^[0-9]+$ ]]; then

0 commit comments

Comments
 (0)