bipbip.js icon indicating copy to clipboard operation
bipbip.js copied to clipboard

Create folders for symlink creation

Open Hakihiro opened this issue 7 years ago • 0 comments

Create parents folders before trying to make symlink for shared/folders

Eg:

 shared: {
            folders: [
                "var/log",
            ]
        },

Ensure that we have var folder, then you can create symlink for log folder to shared/var/log

Can be done for files path too.

To add context : When we deploy a SF application for example we can have var/log path in shared, but we need to gitkeep var to let bipbip able to create the symlink.

Hakihiro avatar Jul 25 '18 07:07 Hakihiro