Skip to content
Snippets Groups Projects
Commit 79a989fa authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge pull request #4398 from Razer6/remove_gitolite_check

Remove gitolite repo check for import script
parents 1de30b91 c6464aa8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment