summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-19 23:09:09 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-19 23:09:09 -0800
commit0af2a161fa55a4abd7f8248b25a7361b209ecc4a (patch)
tree5def60631b2ed90eb3197998952c702a55ea649c
parenta680b41eac9350060dc69716c2fc11b55de3089b (diff)
parentd960b9aea21821c32d10e6413abdfb7479ade4c6 (diff)
downloadgitlab-ce-0af2a161fa55a4abd7f8248b25a7361b209ecc4a.tar.gz
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
-rw-r--r--lib/tasks/gitlab/import.rake1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/gitlab/import.rake b/lib/tasks/gitlab/import.rake
index fef2afd7333..20abb2fa500 100644
--- a/lib/tasks/gitlab/import.rake
+++ b/lib/tasks/gitlab/import.rake
@@ -66,6 +66,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