drone-cache icon indicating copy to clipboard operation
drone-cache copied to clipboard

A Drone plugin for caching current workspace files between builds to reduce your build times

Results 40 drone-cache issues
Sort by recently updated
recently updated
newest added

Fixes #206 ## Proposed Changes - Add ability to glob/doublestar paths in mount settings (e.g. `/path/**/dist`) ### Description This feature adds the ability for `drone-cache` users to add glob/doublestar paths...

enhancement
v1.4.0

**Describe the bug** Restoring the cache doesn't restore file modification times. This can effect application which check if a file has expired based on the time stamp. In my case,...

**Describe the bug** We've recently enforced TLS/SSL on all traffic to and from our S3 buckets including the one holding the cached artifacts from our Drone pipelines. After we've forced...

**Describe the bug** I've tried 101 times, but all repeat build in rust. **To Reproduce** Steps to reproduce the behavior: ``` steps: - name: restore-cache-with-filesystem image: meltwater/drone-cache pull: true settings:...

need-more-info

**Is your feature request related to a problem? Please describe.** I have a folder that I want to cache but not all of its subfolders and files. **Describe the solution...

enhancement

**Is your feature request related to a problem? Please describe.** I Like to use this plugin on a windows container runtime. **Describe the solution you'd like** Publish multiarch docker images....

bug

**Describe the bug** I am using the cache plugin to cache an .m2 directory. Too often the cache gets corrupted. Assuming that gnu tar should be able to read the...

bug

**Describe the bug** In Drone, when running the plugin on a cache restore using GCS, the `restorer` component prints out that restore is finished and took `x` seconds. The Drone...

bug
need-more-info

ALL CREDITS goes to @imranismail Fixes #130 [#106 comment](https://github.com/meltwater/drone-cache/issues/106#issuecomment-643086789) ### Description - add absolute path mode to `tar.gz` file by checking for any path prefixed with `/` - add test...

enhancement
hacktoberfest-accepted
v1.4.0

Fixes #65 ## Proposed Changes - add `github.com/aliyun/aliyun-oss-go-sdk/oss` dependency. - Implement Alibaba Object Storage Service backend. - Add Alibaba OSS to plugins config ### Description ### Checklist - [x] Read...

WIP
do not merge
storage-backend
v1.2.0