diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2013-06-23 19:00:10 +0200 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2013-06-23 19:00:10 +0200 |
commit | c6464aa859ce4d26a768d9cf6792453be0c0373b (patch) | |
tree | 429fca3d10de3822e585c045be4f3e948b2afc71 | |
parent | ac6c912860619aa8ae3229d07ff7c458481df791 (diff) | |
download | gitlab-ce-c6464aa859ce4d26a768d9cf6792453be0c0373b.tar.gz |
Remove gitolite repo check for import script
-rw-r--r-- | lib/tasks/gitlab/import.rake | 2 |
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) |