Skip to content

Instantly share code, notes, and snippets.

@prpetten
Last active January 3, 2018 14:30
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prpetten/fcf21d58624ad9c3cc973b912fbb1cd3 to your computer and use it in GitHub Desktop.
Save prpetten/fcf21d58624ad9c3cc973b912fbb1cd3 to your computer and use it in GitHub Desktop.
CircleCI Pronto config
all:
exclude:
- 'config/**/*'
- 'vendor/**/*'
max_warnings: 150
github:
slug: repo-owner/repo-name
dependencies:
post:
- .circle/pronto.sh
checkout:
post:
- git fetch --depth=1000000
export PULL_REQUEST_ID=`echo $CI_PULL_REQUEST | grep -o 'pull.*' | cut -f2- -d/`
bin/bundle exec pronto run -f github_status github_pr -c origin/develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment