You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2012/10/07 00:37:50 UTC

svn commit: r1395183 - /buildr/trunk/ci.sh

Author: donaldp
Date: Sat Oct  6 22:37:50 2012
New Revision: 1395183

URL: http://svn.apache.org/viewvc?rev=1395183&view=rev
Log:
Ensure the rvm script is sourced

Modified:
    buildr/trunk/ci.sh

Modified: buildr/trunk/ci.sh
URL: http://svn.apache.org/viewvc/buildr/trunk/ci.sh?rev=1395183&r1=1395182&r2=1395183&view=diff
==============================================================================
--- buildr/trunk/ci.sh (original)
+++ buildr/trunk/ci.sh Sat Oct  6 22:37:50 2012
@@ -62,6 +62,7 @@ elif mkdir "$HOME/.rvm_lock"; then
 fi
 
 export BUILDR_GEMSET=${BUILDR_GEMSET-CI_$BUILD_JVM}
+source "$HOME/.rvm/scripts/rvm"
 
 rvm ${BUILDR_RUBY_VERSION} --force gemset delete ${BUILDR_GEMSET} 2>&1 > /dev/null