TUN-6792: Fix brew core release by not auditing the formula
This commit is contained in:
parent
de07da02cd
commit
0aa21f302e
|
@ -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
|
||||
|
|
|
@ -220,6 +220,7 @@ stretch: &stretch
|
|||
- s3cmd
|
||||
- jq
|
||||
- build-essential
|
||||
- procps
|
||||
post-cache:
|
||||
- .teamcity/update-homebrew.sh
|
||||
- .teamcity/update-homebrew-core.sh
|
||||
|
|
Loading…
Reference in New Issue