The unofficial terminal notification thingo for Buildkite.
- Clone this repo.
- Run
bundle install. - Generate a new API token for your user with the "Read Builds" option checked.
- Export that token as
BUILDKITE_TOKENin your localENV. - Install
terminal-notifier(brew install terminal-notifier).
- Run
./buildkite.rb <org> <pipeline> <build number> - See a notification come up when your build finishes.
- 🎉