mirror of
https://github.com/github/rails.git
synced 2026-01-10 15:18:13 -05:00
CI: blow away bundle path between runs to solve 1.8/1.9 binary incompat
This commit is contained in:
@@ -27,7 +27,7 @@ cd root_dir do
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user