-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
open4 error if run :local do block does not contain any commands #424
Comments
Have you tried this with 1.0.0.beta4. I noticed this bug and i believe it is fixed now? |
I just tried with the latest master (f054ec9) and here's my minimal config that reproduces the error:
and here's the error output:
Thanks for looking at it! It's not the biggest problem for me because I have the workaround of adding an empty command to the task. Thanks as always for the great gem 👍 |
Can you try now from the latest branch? |
On the latest branch I get
That's the correct deploy path on my server, and that directory does exist. I can only assume it's trying to get to that path on my local machine (I guess you can't create directories in /home on OSX) However, once I made a branch reverting commit d547ea1 it did work. I can open a separate issue for that commit's bug |
Here's what I have:
When I run this code, I get this error:
This is how I work around the problem:
It would be great if the run :local hook would work even without queueing any commands. If I get the time I will make a PR for this.
The text was updated successfully, but these errors were encountered: