Currently if I run a command in a task lets say

run "service snmpd restart"

if this fails the entire cap job fails, I want to know if there is a
way to set certain tasks or even run jobs inside of a task to be
"allowed" to fail.

In Fabric there is an idea of env.warn_only = True which would allow
run commands to fail, send a warning then continue to the next run
job.

I wasn't able to find anything in the documentation about this. Thanks
for any assistance.

Brian Carpio

-- 
* You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
* To post to this group, send email to capistrano@googlegroups.com
* To unsubscribe from this group, send email to 
capistrano+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/capistrano?hl=en

Reply via email to