Skip to content

Instantly share code, notes, and snippets.

@otobrglez
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save otobrglez/dc6c9591bd1b5099ab78 to your computer and use it in GitHub Desktop.
Save otobrglez/dc6c9591bd1b5099ab78 to your computer and use it in GitHub Desktop.
Open continuous integration server at current build from command line (w/ github/hub)
# Install https://github.com/github/hub
# Add alias to your ~/.bash_profile (or somewhere alike)
alias ci-open='open `hub ci-status -v | grep -oE "[^\ ]+$"`'
Use it with your normal workflow...
git push ...
ci-open
# and see your CI pass. ;)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment