Created
December 17, 2014 14:32
-
-
Save willnet/f5559b1d831a1a5bb1cb to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| test: | |
| pre: | |
| - "export PULL_REQUEST_ID=`bundle exec prid willnet/savanna` && if [ $PULL_REQUEST_ID ]; then cd .. && git clone [email protected]:willnet/savanna.git for_pronto && cd for_pronto && git checkout -b ${CIRCLE_BRANCH} remotes/origin/${CIRCLE_BRANCH} && bundle install && PULL_REQUEST_ID=`bundle exec prid willnet/savanna` bundle exec pronto run -c master -f github_pr && cd ../savanna; else echo 'current branch is not pull request'; fi" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
動きました!ありがとうございます 😄
ちなみに
bundle installのところをbundle install --path=../savenna/vendor/bundle --without=productionにして再利用してみました。