Closed
Description
While writing a task, this works fine and executes within "/some/path":
within "/some/path" do
execute "pwd"
end
This does not - it executes within the deploy_to
path:
within release_path do
execute "pwd && ls"
end
In fact, it seems like executing a command with whitespace in it does not work as expected in a within
block.
Metadata
Metadata
Assignees
Labels
No labels