Last active
January 3, 2018 14:30
-
-
Save prpetten/fcf21d58624ad9c3cc973b912fbb1cd3 to your computer and use it in GitHub Desktop.
CircleCI Pronto config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
all: | |
exclude: | |
- 'config/**/*' | |
- 'vendor/**/*' | |
max_warnings: 150 | |
github: | |
slug: repo-owner/repo-name |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependencies: | |
post: | |
- .circle/pronto.sh | |
checkout: | |
post: | |
- git fetch --depth=1000000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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