-
Notifications
You must be signed in to change notification settings - Fork 146
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
Capistrano only outputs it's git:wrapper line when using airbrush #853
Comments
And then it's stuck? |
It's still running actually, but I believe shipit eventually kills the job because it says it hasn't received any output in X amount of minutes. |
Right, that's what I meant by "stuck". Just a guess, but usually when this happens it's because capistrano is asking for an input, possibly airbrush is causing this, it's hard to tell without being able to inspect the process. I'd recommend trying the classics, starting with strace. But overall it's extremely unlikely that it's Shipit causing this. It might be Shipit's PTY that is throwing Airbrake off, but even if that's the case the fix would need to be in Airbrake. Alternatively you can disable Airbrake when capistrano is invoke on Shipit by looking at |
It is definitely airbrush related, its in the original comment as well. I do not know though if it is airbrush having a but or shipit's interaction with airbrush that has this bug, hence why I posted here as we use airbrush just fine in Jenkins. |
Right. The possible difference between Shipit and Jenkins is that it tries to act a bit like a terminal using Did you try |
When using airbrush (the default formatter), only the git:wrapper line is output. After that, it keeps running but nothing shows up.
I'm aware of #529, but we are using the latest release of both capistrano and airbrush.
The text was updated successfully, but these errors were encountered: