-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Debug mode not working #50
Comments
I have not implemented |
2017/04/19 14:51:25 172.16.218.238: scp file to server. how to debug? |
scp: |
Any progress on this? It's very hard to find out whats going wrong e.g. when using wildcards in source list |
+1 |
It would be great to have this feature, I get this (it was working fine):
|
+1 to debugging, just trying to set this up and I have no idea why it says:
So I'm like, WTF? EDIT: For those who come here after me: I had to use the shared Drone path (/drone/src) which is shared between pipeline steps. drone-scp is a new step, therefore it can't transfer files that are not in its container files. Basic stuff I know, but it threw me off for an hour or so. |
debug would be nice. I'm stuck with an error trying to use appleboy/scp-action in a github action...
|
+1 |
Also getting this error. As we are uploading a large .tar file I can see the file being pushed onto the server. However, when creating a new folder OR using an existing folder it just errors out
|
I'm also encountering I tried to adjust ownership of the folder(s) with I briefly looked at the source code but I could not find an obvious issue with error handling of commands executed via a SSH channel... Maybe @appleboy can look into this! EDIT 1 I just tested this locally ( |
I will take it. |
I'm getting
and tried to debug that by setting
debug
totrue
:I've also tried setting it via a simple
.drone.yml
, but the output stays the same :/The text was updated successfully, but these errors were encountered: