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/17 23:49:40 UTC

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

Author: donaldp
Date: Wed Oct 17 21:49:40 2012
New Revision: 1399449

URL: http://svn.apache.org/viewvc?rev=1399449&view=rev
Log:
Use bundler to exec rake

Modified:
    buildr/trunk/ci.bat

Modified: buildr/trunk/ci.bat
URL: http://svn.apache.org/viewvc/buildr/trunk/ci.bat?rev=1399449&r1=1399448&r2=1399449&view=diff
==============================================================================
--- buildr/trunk/ci.bat (original)
+++ buildr/trunk/ci.bat Wed Oct 17 21:49:40 2012
@@ -18,4 +18,4 @@ CALL gem install bundler
 CALL bundle install
 
 SET BUILD_RAKE_TASK=ci
-CALL rake clobber %BUILD_RAKE_TASK% --trace
+CALL bundle exec rake clobber %BUILD_RAKE_TASK% --trace