mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-11 20:56:35 +00:00
DEVTOOLS-7321: Push to a test branch instead of to master
This commit is contained in:
parent
0ff491905f
commit
e02d09a731
6
.teamcity/update-homebrew.sh
vendored
6
.teamcity/update-homebrew.sh
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user