Created
October 20, 2014 12:18
-
-
Save fadhlirahim/f677e31b3326d83101b6 to your computer and use it in GitHub Desktop.
Speed up drone.yml bundle install
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
image: bradrydzewski/ruby:2.0.0 | |
cache: | |
- /tmp/bundler | |
script: | |
- mkdir -p /tmp/bundler | |
- sudo chown -R $UID /tmp/bundler | |
- bundle install --quiet --path /tmp/bundler |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment