Skip to content

Instantly share code, notes, and snippets.

@ashphy
Created October 14, 2017 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashphy/b312b637a21e17db520c3cdd75caba02 to your computer and use it in GitHub Desktop.
Save ashphy/b312b637a21e17db520c3cdd75caba02 to your computer and use it in GitHub Desktop.
pipeline:
restore-cache:
image: drillster/drone-volume-cache
restore: true
mount:
- ./node_modules
volumes:
- /tmp/cache:/cache
build:
image: node
commands:
- npm install
rebuild-cache:
image: drillster/drone-volume-cache
rebuild: true
mount:
- ./node_modules
volumes:
- /tmp/cache:/cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment