Skip to content

Commit

Permalink
CI: blow away bundle path between runs to solve 1.8/1.9 binary incompat
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Feb 12, 2010
1 parent 3d3e086 commit 7b663e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ci_build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def rake(*tasks)
puts
puts "[CruiseControl] Bundling RubyGems"
puts
build_results[:bundle] = system 'env CI=1 bundle install'
build_results[:bundle] = system 'rm -rf ~/.bundle; env CI=1 bundle install'
end

cd "#{root_dir}/activesupport" do
Expand Down

0 comments on commit 7b663e2

Please sign in to comment.