Drillster / drone-volume-cache

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

Make sure plugin is executable #1

Closed marcusramberg closed 7 years ago

mjwwit commented 7 years ago

Thanks for your PR! Before I merge this, can you explain what issue this solves? I never experienced any permission issues.

marcusramberg commented 7 years ago

@mjwwit uhm..

~/Source/drone-volume-cache   fix_permissions ●  docker run drillster/drone-volume-cache
docker: Error response from daemon: oci runtime error: exec: "/usr/local/cacher.sh": permission denied. I was getting this in my drone agent docker logs as well.

This is docker 1.12.1 on ubuntu / google container engine

mjwwit commented 7 years ago

Ok, I'm not sure why I haven't seen this issue... It looks fine, thanks!