mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-25 20:46:12 +10:00
Update import.rake
Output a message when a repo is skipped
This commit is contained in:
@@ -27,7 +27,10 @@ namespace :gitlab do
|
||||
group_name = nil if group_name == '.'
|
||||
|
||||
# Skip if group or user
|
||||
next if namespaces.include?(name)
|
||||
if namespaces.include?(name)
|
||||
puts "Skipping #{project.name} due to namespace conflict with group or user".yellow
|
||||
next
|
||||
end
|
||||
|
||||
puts "Processing #{repo_path}".yellow
|
||||
|
||||
|
||||
Reference in New Issue
Block a user