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
I get the following error in cap staging rvm1:check
DEBUG [66fed8b8] Command: cd /home/vagrant/safe/releases/20150427110347 && /home/vagrant/safe/rvm1scripts/rvm-auto.sh . ruby --version ||true
DEBUG [66fed8b8] Can not find ruby for'.'.
DEBUG [66fed8b8] Finished in 3.668 seconds with exit status 0 (successful).
I have .ruby-version and .ruby-gemset files in my project directory.
When I cd into my release directory and run rvm current, I get ruby-2.1.5@<project_name>
Also when I set the ruby-version in deploy.rb I do not get the above error and everything works properly:
set:rvm1_ruby_version,"2.1.5"
The text was updated successfully, but these errors were encountered:
I get the following error in
cap staging rvm1:check
I have
.ruby-version
and.ruby-gemset
files in my project directory.When I
cd
into my release directory and runrvm current
, I getruby-2.1.5@<project_name>
Also when I set the ruby-version in
deploy.rb
I do not get the above error and everything works properly:The text was updated successfully, but these errors were encountered: