Browse Source

Create all databases.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11323 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/2.3.0
Jean-Philippe Lang 11 years ago
parent
commit
25e1842f5f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/tasks/ci.rake

+ 1
- 1
lib/tasks/ci.rake View File

@@ -12,7 +12,7 @@ namespace :ci do
desc "Setup Redmine for a new build"
task :setup do
Rake::Task["log:clear"].invoke
Rake::Task["db:create"].invoke
Rake::Task["db:create:all"].invoke
Rake::Task["db:migrate"].invoke
Rake::Task["db:schema:dump"].invoke
Rake::Task["test:scm:setup:all"].invoke

Loading…
Cancel
Save