Masterminds / glide

Package Management for Golang
https://glide.sh
Other
8.16k stars 539 forks source link

Drone caching with Glide #1066

Closed JasminaDzevlan closed 4 years ago

JasminaDzevlan commented 4 years ago

I have an issue imported vendor folder with "drillster/drone-volume-cache" caching with hope to speed up build process. But glide even with glide lock file reinstall all dependencies, how can I set up glide to install just missing dependencies inside drone pipeline ?

JasminaDzevlan commented 4 years ago

I found a solution. I just needed to mount ~/.glide/cache folder not vendor.