I am trying to execute a rake task via capistrano and each time it reports that it failed, despite having actually worked.
The relevant portion of my Rakefile and deploy.rb are here: http://gist.github.com/449970 I found this thread: http://groups.google.com/group/capistrano/browse_thread/thread/df6c9f53266fc086 However, adding `&& true` to the end of any or either of the commands does not help. Any recommendations? Best regards, Michael Guterl -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
