Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-18 14:27:52 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-18 14:27:52 +0400
commita769662f18fde1e590dc49b422853691b9cabc1d (patch)
tree9bf87f8303243fdcc794e73799b0a2b9831e4047 /lib/tasks/gitlab/backup.rake
parente79ab4bdb92cc645d399a9150f4c7e3b9a5e2e46 (diff)
Invoke shell setup after backup restore
Diffstat (limited to 'lib/tasks/gitlab/backup.rake')
-rw-r--r--lib/tasks/gitlab/backup.rake1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/gitlab/backup.rake b/lib/tasks/gitlab/backup.rake
index ad6ba43049c..f98aa54503d 100644
--- a/lib/tasks/gitlab/backup.rake
+++ b/lib/tasks/gitlab/backup.rake
@@ -101,6 +101,7 @@ namespace :gitlab do
Rake::Task["gitlab:backup:db:restore"].invoke
Rake::Task["gitlab:backup:repo:restore"].invoke
Rake::Task["gitlab:backup:uploads:restore"].invoke
+ Rake::Task["gitlab:shell:setup"].invoke
# cleanup: remove tmp files
print "Deleting tmp directories ... "