You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the plugin can only access local folders (from the working directory). So it will copy those folders back and forth between your volume mount.
(i'm having the same issue atm)
So you can only use a local path to a local folder, not a system-path like your /drone/.bundle
Use ./.bundle on the mount and your ruby environment and it will probably work.
I am trying to run it with this
.drone.yml
:but after the successful build the only output of
rebuild-cache
in drone saysand on the host system the directory
/var/cache/drone/test
remains empty. what is wrong with this pipeline?The text was updated successfully, but these errors were encountered: