Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSH Exec does not follow working directories. #727

Open
scottfalkingham opened this issue Apr 26, 2018 · 0 comments
Open

SSH Exec does not follow working directories. #727

scottfalkingham opened this issue Apr 26, 2018 · 0 comments

Comments

@scottfalkingham
Copy link
Contributor

It appears that ReceiveCommand in the CommandReceiver trait uses the getCommand function only, which does not know about any potential working directory.

Steps to reproduce

Send a task, such as gulp, with the working directory specified to the taskSshExec.

Expected behavior

The resulting command should include the working directory.

Actual behavior

Ther resulting command has no reference to the working directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant