Skip to content

Instantly share code, notes, and snippets.

View pabloelizalde's full-sized avatar

Pablo Elizalde pabloelizalde

View GitHub Profile
@pabloelizalde
pabloelizalde / buddybuild.rb
Last active January 12, 2017 15:13
CI source file for Buddybuild
require "danger/request_sources/github"
module Danger
# ### CI Setup
#
# You need to edit your `.buddybuild_postclone.sh` to include `bundle install` and `bundle exec danger`.
#
# ### Token Setup
#
# As this is self-hosted, you will need to add the `DANGER_GITHUB_API_TOKEN` to your build user's ENV. The alternative