Skip to content

Instantly share code, notes, and snippets.

@rail
Last active March 30, 2022 13:43
Show Gist options
  • Save rail/c329912006a66309f39c6374997dce8b to your computer and use it in GitHub Desktop.
Save rail/c329912006a66309f39c6374997dce8b to your computer and use it in GitHub Desktop.
ci () {
local branch=$(git rev-parse --abbrev-ref HEAD)
local user=$(whoami)
git push -f git@github.com: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