From 913aeaef818ca7729064c60bf0a877afbb156d61 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Sun, 11 Jul 2010 18:02:49 -0300 Subject: We need to wait for the final release of bundler for this to make sense --- ci/ci_build.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ci') diff --git a/ci/ci_build.rb b/ci/ci_build.rb index ee6c357519..17f4ba5d51 100755 --- a/ci/ci_build.rb +++ b/ci/ci_build.rb @@ -19,9 +19,9 @@ puts "[CruiseControl] Rails build" build_results = {} # Install required version of bundler. -bundler_install_cmd = "gem install bundler --no-ri --no-rdoc" -puts "Running command: #{bundler_install_cmd}" -build_results[:install_bundler] = system bundler_install_cmd +#bundler_install_cmd = "gem install bundler --no-ri --no-rdoc" +#puts "Running command: #{bundler_install_cmd}" +#build_results[:install_bundler] = system bundler_install_cmd cd root_dir do puts -- cgit v1.2.3