Skip to content

Commit

Permalink
Merge pull request #12542 from sharifelgamal/github-release
Browse files Browse the repository at this point in the history
don't install github-release for now
  • Loading branch information
sharifelgamal committed Sep 21, 2021
2 parents f55351d + 7fef201 commit 0a0ad76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/jenkins/release_github_page.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a0ad76

Please sign in to comment.