mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-23 11:36:09 +10:00
print validation errors when import fails
This commit is contained in:
@@ -72,6 +72,7 @@ namespace :gitlab do
|
||||
puts " * Created #{project.name} (#{repo_path})".green
|
||||
else
|
||||
puts " * Failed trying to create #{project.name} (#{repo_path})".red
|
||||
puts " Validation Errors: #{project.errors.messages}".red
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user