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
If I run the rvm:check or deploy:check tasks I get the following failed output:
#> cap staging deploy:check
DEBUG [7dcfdae8] Running /usr/local/rvm/bin/rvm version as <server>
DEBUG [7dcfdae8] Command: /usr/local/rvm/bin/rvm version
DEBUG [7dcfdae8] rvm 1.27.0 (latest) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]
DEBUG [7dcfdae8]
DEBUG [7dcfdae8] Finished in 3.330 seconds with exit status 0 (successful).
rvm 1.27.0 (latest) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]
DEBUG [a09777ec] Running /usr/local/rvm/bin/rvm current as <server>
DEBUG [a09777ec] Command: /usr/local/rvm/bin/rvm current
DEBUG [a09777ec] system
DEBUG [a09777ec] Finished in 0.599 seconds with exit status 0 (successful).
system
DEBUG [2174bae7] Running /usr/local/rvm/bin/rvm do ruby --version as <server>
DEBUG [2174bae7] Command: /usr/local/rvm/bin/rvm do ruby --version
DEBUG [2174bae7] `rvm do ruby --version` was removed, use `rvm 1.9.2,1.9.3 do ruby --version` or `rvm all do ruby --version` instead.
(Backtrace restricted to imported tasks)
cap aborted!
SSHKit::Runner::ExecuteError: Exception while executing as <server>: ruby exit status: 1
ruby stdout: `rvm do ruby --version` was removed, use `rvm 1.9.2,1.9.3 do ruby --version` or `rvm all do ruby --version` instead.
ruby stderr: Nothing written
SSHKit::Command::Failed: ruby exit status: 1
ruby stdout: `rvm do ruby --version` was removed, use `rvm 1.9.2,1.9.3 do ruby --version` or `rvm all do ruby --version` instead.
ruby stderr: Nothing written
Tasks: TOP => rvm:check
The text was updated successfully, but these errors were encountered:
If I run the
rvm:check
ordeploy:check
tasks I get the following failed output:The text was updated successfully, but these errors were encountered: