Merge pull request #12542 from sharifelgamal/github-release

don't install github-release for now
pull/12543/head v1.23.2
Sharif Elgamal 2021-09-21 16:22:50 -07:00 committed by GitHub
commit 0a0ad76465
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ readonly PROJECT_NAME="${GITHUB_REPO}"
# installing golang to install github-release
./hack/jenkins/installers/check_install_golang.sh "/usr/local"
# installing latest version of github-release
./hack/jenkins/installers/check_install_github_release.sh
#./hack/jenkins/installers/check_install_github_release.sh
RELEASE_FLAGS=""
if ! [[ ${VERSION_BUILD} =~ ^[0-9]+$ ]]; then