This repository was archived by the owner on Mar 14, 2023. It is now read-only.
added log to runLocally, added test for tarring folder/#279
Open
oleg-andreyev wants to merge 1 commit intoshipitjs:masterfrom
Open
added log to runLocally, added test for tarring folder/#279oleg-andreyev wants to merge 1 commit intoshipitjs:masterfrom
oleg-andreyev wants to merge 1 commit intoshipitjs:masterfrom
Conversation
|
Any idea when this will be merged in? would be great to have this is soon as its breaking the proper usage of this library at the moment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
console.log packages/ssh-pool/src/Connection.js:414 Running "cd shipit/packages/ssh-pool/tests/__fixtures__ && tar -czf foo.tar.gz anotherfolder1604264657030" on locally. console.log packages/ssh-pool/src/Connection.js:414 Running "mkdir -p ./" on host "ssh.example.com". console.log packages/ssh-pool/src/Connection.js:414 Running "ssh -i /home/user/.ssh/id_rsa user@ssh.example.com "mkdir -p ./"" on locally. console.log packages/ssh-pool/src/Connection.js:414 Running "cd shipit/packages/ssh-pool/tests/__fixtures__ && scp -i /home/user/.ssh/id_rsa foo.tar.gz user@ssh.example.com:./" on locally. console.log packages/ssh-pool/src/Connection.js:414 Running "cd shipit/packages/ssh-pool/tests/__fixtures__ && rm foo.tar.gz" on locally. console.log packages/ssh-pool/src/Connection.js:414 Running "cd ./ && tar -xzf foo.tar.gz" on host "ssh.example.com". console.log packages/ssh-pool/src/Connection.js:414 Running "ssh -i /home/user/.ssh/id_rsa user@ssh.example.com "cd ./ && tar -xzf foo.tar.gz"" on locally. console.log packages/ssh-pool/src/Connection.js:414 Running "cd ./ && rm foo.tar.gz" on host "ssh.example.com". console.log packages/ssh-pool/src/Connection.js:414 Running "ssh -i /home/user/.ssh/id_rsa user@ssh.example.com "cd ./ && rm foo.tar.gz"" on locally. console.log packages/ssh-pool/src/Connection.js:414 Running "ls -la | grep anotherfolder1604264657030" on host "ssh.example.com". console.log packages/ssh-pool/src/Connection.js:414 Running "ssh -i /home/user/.ssh/id_rsa user@ssh.example.com "ls -la | grep anotherfolder1604264657030"" on locally. console.log packages/ssh-pool/src/Connection.js:414 Running "cat ./anotherfolder1604264657030/test.txt" on host "ssh.example.com". console.log packages/ssh-pool/src/Connection.js:414 Running "ssh -i /home/user/.ssh/id_rsa user@ssh.example.com "cat ./anotherfolder1604264657030/test.txt"" on locally.