You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, So I'm trying to use a system rvm install to allow my ci to be able to use rvm on its own.
I'm trying to use this: fetch(:default_env).merge!( rvm_path: "/opt/rvm" ), but I'm not sure where to put it and if it's actually working. I've tried it with 1.4.0 and master. 1.4.0 is just ignoring it where master complains it can't find rvm_path.
The text was updated successfully, but these errors were encountered:
Hey thanks for the reply. fetch(:default_env).merge!( rvm_path: "/opt/rvm" ) isn't this doing the same thing?
I ended up using capistrano-bundler with rvm1-capistrano3. I could set rvm_path, bundle with more cores and only install production gems. Which skips spring and saves a lot of ram.
Hi, So I'm trying to use a system rvm install to allow my ci to be able to use rvm on its own.
I'm trying to use this:
fetch(:default_env).merge!( rvm_path: "/opt/rvm" )
, but I'm not sure where to put it and if it's actually working. I've tried it with 1.4.0 and master. 1.4.0 is just ignoring it where master complains it can't findrvm_path
.The text was updated successfully, but these errors were encountered: