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

build constantly fails with "stdin: is not a tty" #137

Open
alex-rusakevich opened this issue Aug 22, 2023 · 2 comments
Open

build constantly fails with "stdin: is not a tty" #137

alex-rusakevich opened this issue Aug 22, 2023 · 2 comments

Comments

@alex-rusakevich
Copy link

alex-rusakevich commented Aug 22, 2023

stdin: is not a tty is not a serious problem, but why scp-action rollbacks and fails the whole build because of it? Can I make scp-action ignore this?

github actions log:

tar all files into /tmp/NKJYOrGgWZ.tar.gz
scp file to server.
create folder /home/***/releases
drone-scp error:  stdin: is not a tty

drone-scp rollback: remove all target tmp file
remove file NKJYOrGgWZ.tar.gz
2023/08/*** 14:57:40 stdin: is not a tty
@lamemakes
Copy link

I'm also seeing this - would be curious if you found a fix. Thanks!

@lamemakes
Copy link

It looks like ssh-action is unaffected by this as well. Not sure if there's something that should be done on the server side to surpress this. Behavior can be seen here: https://github.com/lamemakes/lame-site/actions/runs/6011922542/job/16309445119 (replace old assets -> ssh-action, deploy assets -> scp-action)

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

2 participants