From 0aa21f302ef683d8678d5949054d99a4484bb599 Mon Sep 17 00:00:00 2001 From: Nuno Diegues Date: Thu, 22 Sep 2022 11:58:17 +0100 Subject: [PATCH] TUN-6792: Fix brew core release by not auditing the formula --- .teamcity/update-homebrew-core.sh | 2 +- cfsetup.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.teamcity/update-homebrew-core.sh b/.teamcity/update-homebrew-core.sh index 7e6f95e3..e3b982a3 100755 --- a/.teamcity/update-homebrew-core.sh +++ b/.teamcity/update-homebrew-core.sh @@ -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 diff --git a/cfsetup.yaml b/cfsetup.yaml index 585771b1..dd92bf52 100644 --- a/cfsetup.yaml +++ b/cfsetup.yaml @@ -220,6 +220,7 @@ stretch: &stretch - s3cmd - jq - build-essential + - procps post-cache: - .teamcity/update-homebrew.sh - .teamcity/update-homebrew-core.sh