meltwater / drone-cache

A Drone plugin for caching current workspace files between builds to reduce your build times
https://underthehood.meltwater.com/blog/2019/04/10/making-drone-builds-10-times-faster/
Apache License 2.0
338 stars 81 forks source link

When caching to Azure blobs, the container name is being ignored #239

Open iamlennym opened 1 year ago

iamlennym commented 1 year ago

Describe the bug When caching to Azure blobs, the container name is being ignored.

I have identified the issue: The cli.StringFlag on line 529 in main.go is being captured as azure.blob-container-name. However, when being referenced later on line 584, it is referenced as azure.container-name (without the 'blob-').