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"
|
git config --global user.email "warp-bot@cloudflare.com"
|
||||||
|
|
||||||
# bump formula pr
|
# 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
|
- s3cmd
|
||||||
- jq
|
- jq
|
||||||
- build-essential
|
- build-essential
|
||||||
|
- procps
|
||||||
post-cache:
|
post-cache:
|
||||||
- .teamcity/update-homebrew.sh
|
- .teamcity/update-homebrew.sh
|
||||||
- .teamcity/update-homebrew-core.sh
|
- .teamcity/update-homebrew-core.sh
|
||||||
|
|
Loading…
Reference in New Issue