Skip to content

Instantly share code, notes, and snippets.

@fadhlirahim
Created October 20, 2014 12:18
Show Gist options
  • Save fadhlirahim/f677e31b3326d83101b6 to your computer and use it in GitHub Desktop.
Save fadhlirahim/f677e31b3326d83101b6 to your computer and use it in GitHub Desktop.
Speed up drone.yml bundle install
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