mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-06-25 21:46:39 +00:00
TUN-6197: Publish to brew core should not try to open the browser
The publish to brew core prints a URL with a PR that does the change in github to brew core formula for cloudflared. It then tries to open the browser, which obviously fails in CI. So this adds a flag for it to skip opening the browser. It's not clear how the PR will be opened, it seems like it must be done by a human. But at least this won't fail the build.
This commit is contained in:
parent
7bcab138c5
commit
f7fd4ea71c
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"
|
git config --global user.email "warp-bot@cloudflare.com"
|
||||||
|
|
||||||
# bump formula pr
|
# bump formula pr
|
||||||
brew bump-formula-pr cloudflared --version="$VERSION"
|
brew bump-formula-pr cloudflared --version="$VERSION" --no-browse
|
||||||
|
Loading…
Reference in New Issue
Block a user