diff options
author | Carl Lerche <carllerche@mac.com> | 2010-01-31 20:18:13 -0800 |
---|---|---|
committer | Carl Lerche <carllerche@mac.com> | 2010-01-31 20:18:13 -0800 |
commit | 3b922aaf089336866e5a10ec1fb2818c7bab7dd3 (patch) | |
tree | 3a16d37e14195cfb231678e56b9dd0eb87e6eb6b | |
parent | a54654de1c9c11d20b4359c4aa01a6dac55aa0cf (diff) | |
download | rails-3b922aaf089336866e5a10ec1fb2818c7bab7dd3.tar.gz rails-3b922aaf089336866e5a10ec1fb2818c7bab7dd3.tar.bz2 rails-3b922aaf089336866e5a10ec1fb2818c7bab7dd3.zip |
Update the Ci build script
-rwxr-xr-x | ci/ci_build.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/ci_build.rb b/ci/ci_build.rb index 7ae660fb7d..fca867afbe 100755 --- a/ci/ci_build.rb +++ b/ci/ci_build.rb @@ -26,7 +26,7 @@ cd root_dir do puts puts "[CruiseControl] Bundling RubyGems" puts - build_results[:bundle] = system 'rm -rf vendor && env CI=1 gem bundle --update && chmod 755 bin vendor vendor/gems' + build_results[:bundle] = system 'env CI=1 sudo bundle install' end cd "#{root_dir}/activesupport" do |