We need to wait for the final release of bundler for this to make sense

This commit is contained in:
Santiago Pastorino 2010-07-11 18:02:49 -03:00
parent 060ca6abce
commit 913aeaef81
1 changed files with 3 additions and 3 deletions

View File

@ -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