You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this with airbrake 11.0.3 and 12.0.0. Airbrake 11.0.2 works fine.
If you do cap staging rbenv:validate --trace I see that .rbenv/versions/2.7.4/lib/ruby/gems/2.7.0/gems/airbrake-11.0.3/lib/airbrake/rake.rb:17 and .rbenv/versions/2.7.4/lib/ruby/gems/2.7.0/gems/airbrussh-1.4.0/lib/airbrussh/rake/context.rb:61 call execute back and forth until there's a Stack Too Deep error.
Everything usually works fine, however today the deploy got stuck, without printing anything, until I aborted manually...
$ bundle exec cap production deploy
^C(Backtrace restricted to imported tasks)
cap aborted!
Interrupt:
Tasks: TOP => rbenv:validate
(See full trace by running task with --trace)
Steps to reproduce
cap production deploy
and that's it, just gets stuck forever until I abort it
Expected behavior
Actual behavior
When I run:
cap production deploy
it shows nothing, just keeps waitingBut when I run:
cap production deploy --trace
it shows this:System configuration
https://gist.github.com/anyelopetit/7320fc8141554ea4b75ec88bb02f8132
The text was updated successfully, but these errors were encountered: