Oleg Andreyev
Oleg Andreyev
Also you need to adjust unit tests, they should not fail.
We have similar situation for our websites (we have multiple websites on platform), each website has two theme `` and `_phone`, so for example: if `FileLocation` won't find `x.html.twig` in...
I'll take a look tomorrow
Absolutely required feature.
I've been struggling with same question and issue (but on Windows), when I execute "npm ci" (removing node_modules/ and installing everything from lock file) sshfs is hanging either on VM...
@schwarmco I had some issues with unit tests, they simply were not working with `--strip-components=1` I'll try to review my PR and remember the exact reason.
I've returned `--strip-components=1` and now single test is failing ``` Summary of all failing tests FAIL packages/ssh-pool/tests/integration.test.js (15.512s) ● ssh-pool › should copy to remote Command failed: ssh -i /Users/oandreyev/Development/shipit/ssh/id_rsa...
It seems that `scpCopyToRemote` works okay performing a copy of a folder/, but it does not work okay with a single file.
I've created #279, which is showing that `--strip-components=1` was initially wrong. When you create a tar from a folder, this folder should be located in tar, and later when you...
I would be nice to have this functionality