diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2010-07-11 18:02:49 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2010-07-11 18:04:00 -0300 |
commit | 913aeaef818ca7729064c60bf0a877afbb156d61 (patch) | |
tree | 416735e2ed9614db145d9855cb0a8f77bc66b0d8 | |
parent | 060ca6abce737b1c2ad53f2427ccaee7142d7cf9 (diff) | |
download | rails-913aeaef818ca7729064c60bf0a877afbb156d61.tar.gz rails-913aeaef818ca7729064c60bf0a877afbb156d61.tar.bz2 rails-913aeaef818ca7729064c60bf0a877afbb156d61.zip |
We need to wait for the final release of bundler for this to make sense
-rwxr-xr-x | ci/ci_build.rb | 6 |
1 files changed, 3 insertions, 3 deletions
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 |