diff options
Diffstat (limited to 'lib/tasks/ci.rake')
-rw-r--r-- | lib/tasks/ci.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake index ac6e4ad2b..8c7f8b68f 100644 --- a/lib/tasks/ci.rake +++ b/lib/tasks/ci.rake @@ -67,7 +67,7 @@ file 'config/database.yml' do dev_conf['password'] = 'jenkins' end test_conf = dev_conf.merge('database' => test_db_name) - when 'postgresql' + when /postgresql/ dev_conf = {'adapter' => 'postgresql', 'database' => dev_db_name, 'host' => 'localhost'} if ENV['RUN_ON_NOT_OFFICIAL'] |