mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-11 05:06:34 +00:00
TUN-6792: Fix brew core release by not auditing the formula
This commit is contained in:
parent
de07da02cd
commit
0aa21f302e
2
.teamcity/update-homebrew-core.sh
vendored
2
.teamcity/update-homebrew-core.sh
vendored
@ -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
Block a user