From e02d09a73164f5ba7a5b42f77e04d3407a8e041c Mon Sep 17 00:00:00 2001 From: Robert McNeil Date: Sat, 25 Apr 2020 20:19:33 -0700 Subject: [PATCH] DEVTOOLS-7321: Push to a test branch instead of to master --- .teamcity/update-homebrew.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.teamcity/update-homebrew.sh b/.teamcity/update-homebrew.sh index 5dac42c5..6d606d9c 100755 --- a/.teamcity/update-homebrew.sh +++ b/.teamcity/update-homebrew.sh @@ -63,4 +63,8 @@ git diff 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 + +#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