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