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 10:44:14 UTC

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

Author: donaldp
Date: Sun Oct  7 08:44:13 2012
New Revision: 1395245

URL: http://svn.apache.org/viewvc?rev=1395245&view=rev
Log:
Force a rebuild of rvm

Modified:
    buildr/trunk/ci.sh

Modified: buildr/trunk/ci.sh
URL: http://svn.apache.org/viewvc/buildr/trunk/ci.sh?rev=1395245&r1=1395244&r2=1395245&view=diff
==============================================================================
--- buildr/trunk/ci.sh (original)
+++ buildr/trunk/ci.sh Sun Oct  7 08:44:13 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_value
+export EXPECTED_RVM=random_value1
 export CURRENT_RVM=`cat "$HOME/.rvm_install" 2>&1`
 if [ "X$CURRENT_RVM" != "X$EXPECTED_RVM" ]; then
   echo Removing old RVM version