Last active
March 30, 2022 13:43
-
-
Save rail/c329912006a66309f39c6374997dce8b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ci () { | |
local branch=$(git rev-parse --abbrev-ref HEAD) | |
local user=$(whoami) | |
git push -f [email protected]:cockroachdb/cockroach.git HEAD:refs/ci/$user/$branch | |
echo "Visit the following URL in a minute or two: https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_UnitTests?branch=${user}%2F${branch}" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment