From 8b88b4a403b894636618e440b8e6c2cf7dc2d4c0 Mon Sep 17 00:00:00 2001 From: Robert McNeil Date: Thu, 2 Jul 2020 08:13:01 -0700 Subject: [PATCH] DEVTOOLS-7321: Push GitHub homebrew updates to master --- .teamcity/update-homebrew.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.teamcity/update-homebrew.sh b/.teamcity/update-homebrew.sh index 6d606d9c..0f33ec23 100755 --- a/.teamcity/update-homebrew.sh +++ b/.teamcity/update-homebrew.sh @@ -64,7 +64,4 @@ git config user.name "cloudflare-warp-bot" git config user.email "warp-bot@cloudflare.com" git commit -m "Release Argo Tunnel $VERSION" -#git push -v origin master -# don't push to master, push to some testing branch -git checkout -b deploy-test -git push -v origin deploy-test +git push -v origin master