summaryrefslogtreecommitdiffstats
path: root/lib/tasks
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-02-15 06:10:40 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-02-15 06:10:40 +0000
commit52d15dd122d0489b94eae705473234f63c2ee3be (patch)
tree6219cc69d7918f220c9e987f61b89bf13d1c9a00 /lib/tasks
parente550aa1b17d8eca358c8098084969f4952058c45 (diff)
downloadredmine-52d15dd122d0489b94eae705473234f63c2ee3be.tar.gz
redmine-52d15dd122d0489b94eae705473234f63c2ee3be.zip
add "tmp:clear" to "ci:setup" rake task for new translation
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11389 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/tasks')
-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 249893416..11ff67eef 100644
--- a/lib/tasks/ci.rake
+++ b/lib/tasks/ci.rake
@@ -11,6 +11,7 @@ end
namespace :ci do
desc "Setup Redmine for a new build"
task :setup do
+ Rake::Task["tmp:clear"].invoke
Rake::Task["log:clear"].invoke
Rake::Task["db:create:all"].invoke
Rake::Task["db:migrate"].invoke