From e1b3a31289d641d3835c439d01df235d66c84a08 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Thu, 10 Oct 2024 16:35:16 -0400 Subject: [PATCH] 21905: Remove RVM support from provision.sh There should no longer be any reason to use this code path. Arvados-DCO-1.1-Signed-off-by: Brett Smith --- tools/salt-install/provision.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tools/salt-install/provision.sh b/tools/salt-install/provision.sh index cbcd16f75b..d37f984ce9 100755 --- a/tools/salt-install/provision.sh +++ b/tools/salt-install/provision.sh @@ -1079,10 +1079,5 @@ fi # Test that the installation finished correctly if [ "x${TEST:-}" = "xyes" ]; then cd ${T_DIR} - # If we use RVM, we need to run this with it, or most ruby commands will fail - RVM_EXEC="" - if [ -x /usr/local/rvm/bin/rvm-exec ]; then - RVM_EXEC="/usr/local/rvm/bin/rvm-exec" - fi - ${RVM_EXEC} ./run-test.sh + ./run-test.sh fi -- 2.30.2