Skip to content

Commit 0aa21f3

Browse files
committed
TUN-6792: Fix brew core release by not auditing the formula
1 parent de07da0 commit 0aa21f3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.teamcity/update-homebrew-core.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ git config --global user.name "cloudflare-warp-bot"
2323
git config --global user.email "[email protected]"
2424

2525
# bump formula pr
26-
brew bump-formula-pr cloudflared --version="$VERSION" --no-browse
26+
brew bump-formula-pr cloudflared --version="$VERSION" --no-browse --no-audit

cfsetup.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ stretch: &stretch
220220
- s3cmd
221221
- jq
222222
- build-essential
223+
- procps
223224
post-cache:
224225
- .teamcity/update-homebrew.sh
225226
- .teamcity/update-homebrew-core.sh

0 commit comments

Comments
 (0)