i want a certain task to run only if a global var has a certain value,
something like:
task :hello_world :only => { :some_var_another_task_defined => true }
do
is something like this possible?
the solution i know that can work is opening the task with an if. but
maybe there is a more elegant one.
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---