Drillster / drone-volume-cache

Drone plugin for caching to a locally mounted volume
MIT License
109 stars 42 forks source link

Correctly handle delete of cache directory if a cache key is specified #19

Closed tuxity closed 6 years ago

tuxity commented 6 years ago

If you have a cache key set and [CLEAR CACHE] in commit message, the cache isn't deleted

mjwwit commented 6 years ago

Wow, what an oversight! Thanks for spotting and fixing this!

tuxity commented 6 years ago

You're welcome, I was reading the code to understand how it works and I saw that 😁