Author: donaldp
Date: Sun Oct  7 09:53:04 2012
New Revision: 1395264

URL: http://svn.apache.org/viewvc?rev=1395264&view=rev
Log:
For the reinstall of RVM again to try and get the ative libraries compiling

Modified:
    buildr/trunk/ci.sh

Modified: buildr/trunk/ci.sh
URL: 
http://svn.apache.org/viewvc/buildr/trunk/ci.sh?rev=1395264&r1=1395263&r2=1395264&view=diff
==============================================================================
--- buildr/trunk/ci.sh (original)
+++ buildr/trunk/ci.sh Sun Oct  7 09:53:04 2012
@@ -80,7 +80,7 @@ export BUILDR_GEMSET=${BUILDR_GEMSET-CI_
 export PATH=$JAVA_HOME/bin:$PATH
 export PATH=$PATH:$HOME/.rvm/bin
 
-export EXPECTED_RVM=random_value1
+export EXPECTED_RVM=random_value2
 export CURRENT_RVM=`cat "$HOME/.rvm_install" 2>&1`
 if [ "X$CURRENT_RVM" != "X$EXPECTED_RVM" ]; then
   echo Removing old RVM version


Reply via email to