diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-12 14:42:35 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-12 14:42:35 +0300 |
commit | 518181697041c5111bb42ca2bfdc119e258d425e (patch) | |
tree | d02b7c6ff60f40fdec158b9d789e741c2c267b38 /lib/tasks | |
parent | e49ec46461ef033fb54c717378628a31bd33248b (diff) | |
parent | d938486c3607dde357bf10f2d31b204290cdfd3f (diff) | |
download | gitlab-ce-518181697041c5111bb42ca2bfdc119e258d425e.tar.gz |
Merge branch 'master' into 6-0-dev
Diffstat (limited to 'lib/tasks')
-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) |