Cache dependencies on CI #6
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "chore/cache_bundle_on_ci"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
From https://florian-latifi.at/2018/02/21/using-drone-to-build-and-deploy-a-jekyll-site/, updated for Drone 1.0: https://git.florian-latifi.at/flortsch/jekyll-blog/src/branch/master/.drone.yml
This shaved a nice 3 minutes off the 3.5 minute build time, by not downloading and installing all Ruby gems (with native extensions) for every single build.
WIP: Cache dependencies on CIto Cache dependencies on CILGTM!