summaryrefslogtreecommitdiffstats
path: root/lib/tasks/ci.rake
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2011-01-06 18:52:37 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2011-01-06 18:52:37 +0000
commite6118347d37a8773dfcdda3b77225f33c422febb (patch)
tree35930ce73442bcc2ba6b34f4cac60874b40a9005 /lib/tasks/ci.rake
parent1bf33bb619591b72ca1765345ce673902e3ae2e3 (diff)
downloadredmine-e6118347d37a8773dfcdda3b77225f33c422febb.tar.gz
redmine-e6118347d37a8773dfcdda3b77225f33c422febb.zip
Adds a rake task test:scm:update to update test repositories if needed.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4643 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/tasks/ci.rake')
-rw-r--r--lib/tasks/ci.rake1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake
index 092575317..e6cf78fa3 100644
--- a/lib/tasks/ci.rake
+++ b/lib/tasks/ci.rake
@@ -16,6 +16,7 @@ namespace :ci do
Rake::Task["db:create"].invoke
Rake::Task["db:migrate"].invoke
Rake::Task["db:schema:dump"].invoke
+ Rake::Task["test:scm:update"].invoke
end
desc "Build Redmine"