I’m currently migrating my CI from Drone 0.4 to 0.5, and I’m having a strange issue. The pipelines are able to load the cache plugin, the external service container, to clone the project, but then I get this error:
ERROR: get b25909145b37117674457339a308336a57cdf66989c18264b28b976edec4ae28: volume not found
Maybe it’s failing in mounting the workspace volume? Any suggestion?
Removing the build step entirely make the build green, so the issue is in that step for sure.
I tried with and without volume definitions in the image used on that step, nothing changed.