Any support for ignoring folders from being mounted to the container when running drone locally via drone exec
? Maybe like .droneignore
file?
Use case: I want to run the drone locally in my machine. My project dependencies are already in my local machine. But some dependencies like sharp
library requires some OS dependencies. Since OS in the container is obviously different from my local machine, the build step fails. This means I must nuke the node_modules
first in my local machine such that the folder is not mounted in the container before every drone exec
command.