TUN-6792: Fix brew core release by not auditing the formula

This commit is contained in:
Nuno Diegues 2022-09-22 11:58:17 +01:00
parent de07da02cd
commit 0aa21f302e
2 changed files with 2 additions and 1 deletions

View File

@ -23,4 +23,4 @@ git config --global user.name "cloudflare-warp-bot"
git config --global user.email "warp-bot@cloudflare.com"
# bump formula pr
brew bump-formula-pr cloudflared --version="$VERSION" --no-browse
brew bump-formula-pr cloudflared --version="$VERSION" --no-browse --no-audit

View File

@ -220,6 +220,7 @@ stretch: &stretch
- s3cmd
- jq
- build-essential
- procps
post-cache:
- .teamcity/update-homebrew.sh
- .teamcity/update-homebrew-core.sh