mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Be more careful
This commit is contained in:
parent
86bf279b89
commit
bb557b44e9
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ cd "#{root_dir}/activerecord" do
|
||||||
build_results[:activerecord_mysql] = system 'rake test_mysql'
|
build_results[:activerecord_mysql] = system 'rake test_mysql'
|
||||||
end
|
end
|
||||||
|
|
||||||
Postgres is disabled until tests are fixed
|
|
||||||
cd "#{root_dir}/activerecord" do
|
cd "#{root_dir}/activerecord" do
|
||||||
puts
|
puts
|
||||||
puts "[CruiseControl] Building ActiveRecord with PostgreSQL"
|
puts "[CruiseControl] Building ActiveRecord with PostgreSQL"
|
||||||
|
|
Loading…
Reference in a new issue