summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2013-06-23 19:00:10 +0200
committerRobert Schilling <rschilling@student.tugraz.at>2013-06-23 19:00:10 +0200
commitc6464aa859ce4d26a768d9cf6792453be0c0373b (patch)
tree429fca3d10de3822e585c045be4f3e948b2afc71
parentac6c912860619aa8ae3229d07ff7c458481df791 (diff)
downloadgitlab-ce-c6464aa859ce4d26a768d9cf6792453be0c0373b.tar.gz
Remove gitolite repo check for import script
-rw-r--r--lib/tasks/gitlab/import.rake2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/tasks/gitlab/import.rake b/lib/tasks/gitlab/import.rake
index c11284e3d78..2fd7d017db8 100644
--- a/lib/tasks/gitlab/import.rake
+++ b/lib/tasks/gitlab/import.rake
@@ -29,8 +29,6 @@ namespace :gitlab do
# Skip if group or user
next if namespaces.include?(name)
- next if name == 'gitolite-admin'
-
puts "Processing #{repo_path}".yellow
project = Project.find_with_namespace(path)