capistrano / rvm

MIT License
140 stars 47 forks source link

Only apply rvm tasks to release_roles #47

Closed quixoten closed 10 years ago

quixoten commented 10 years ago

This will honor the :no_release option set on a server, e.g.,

server 'monsoon.example.com',
  user:         'vagrant',
  roles:        'support',
  no_release:   true
quixoten commented 10 years ago

After playing with this a bit, I realized this doesn't make a whole lot of sense. When running a capistrano with no release servers, the rvm_path never gets set.