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 2013/06/10 03:12:14 UTC

svn commit: r1491322 - /buildr/trunk/ci.bat

Author: donaldp
Date: Mon Jun 10 01:12:14 2013
New Revision: 1491322

URL: http://svn.apache.org/r1491322
Log:
Call bundle update, not install

Modified:
    buildr/trunk/ci.bat

Modified: buildr/trunk/ci.bat
URL: http://svn.apache.org/viewvc/buildr/trunk/ci.bat?rev=1491322&r1=1491321&r2=1491322&view=diff
==============================================================================
--- buildr/trunk/ci.bat (original)
+++ buildr/trunk/ci.bat Mon Jun 10 01:12:14 2013
@@ -14,7 +14,7 @@ IF "X%BUILD_JVM%" == "X1.7" SET JAVA_HOM
 SET PATH=%JAVA_HOME%\bin;%RUBY_HOME%\bin;%PATH%
 
 CALL gem install bundler
-CALL bundle install
+CALL bundle update
 
 SET BUILD_RAKE_TASK=ci
 CALL rake clobber %BUILD_RAKE_TASK% --trace