Skip to content

Commit

Permalink
Merge pull request #5804 from tstromberg/disable-brew
Browse files Browse the repository at this point in the history
Disable brew cask updater
  • Loading branch information
tstromberg authored Oct 31, 2019
2 parents 94a5ffd + f66c8d0 commit 792dbf9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hack/jenkins/release_update_brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ if [ -z "${NEW_SHA256}" ]; then
exit 1
fi

echo "***********************************************************************"
echo "Sorry, this script has not yet been updated to support non-cask updates"
echo "See https://github.com/kubernetes/minikube/issues/5779"
echo "***********************************************************************"
exit 99

git config --global user.name "${GITHUB_USER}"
git config --global user.email "${GITHUB_USER}@google.com"

Expand Down

0 comments on commit 792dbf9

Please sign in to comment.