Hi, I am trying to run multiple commands inside task block using run methods. After observing capistrano code I came to know that for each run call a seperate shell is created and thus previous commands enviroment changes(like modifying path) won't be available for subsequent run calls. Is there any alternative way to force all run methods to use single shell for a given host ?
--~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
