Update the Ci build script

This commit is contained in:
Carl Lerche 2010-01-31 20:18:13 -08:00
parent a54654de1c
commit 3b922aaf08
1 changed files with 1 additions and 1 deletions

View File

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