M
Magicloud Magiclouds
Dear all,
Usually, I do dependent task like: task :son => [:father] do; end. Now I have a task, which depends on task A or task B (either is done is ok).
How to do this?
Thanks.
Usually, I do dependent task like: task :son => [:father] do; end. Now I have a task, which depends on task A or task B (either is done is ok).
How to do this?
Thanks.