Skip to content

Commit f7fd4ea

Browse files
committed
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.
1 parent 7bcab13 commit f7fd4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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"
26+
brew bump-formula-pr cloudflared --version="$VERSION" --no-browse

0 commit comments

Comments
 (0)