Skip to content

Instantly share code, notes, and snippets.

@mgrebenets
Created November 1, 2018 03:07
Show Gist options
  • Save mgrebenets/00bcbc2a74b52ed1f7ead7a8b1ec3a97 to your computer and use it in GitHub Desktop.
Save mgrebenets/00bcbc2a74b52ed1f7ead7a8b1ec3a97 to your computer and use it in GitHub Desktop.
bamboo-ci-server aliases
alias start-bamboo="/Users/bamboo/bamboo/bin/start-babmoo.sh"
alias stop-bamboo="/Users/bamboo/bamboo/bin/stop-babmoo.sh"
alias restart-bamboo="stop-bamboo & start-bamboo"
@ChefAustin
Copy link

Typo on L1-2: babmoo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment