diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-19 23:09:09 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-19 23:09:09 -0800 |
commit | 0af2a161fa55a4abd7f8248b25a7361b209ecc4a (patch) | |
tree | 5def60631b2ed90eb3197998952c702a55ea649c | |
parent | a680b41eac9350060dc69716c2fc11b55de3089b (diff) | |
parent | d960b9aea21821c32d10e6413abdfb7479ade4c6 (diff) | |
download | gitlab-ce-0af2a161fa55a4abd7f8248b25a7361b209ecc4a.tar.gz |
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
-rw-r--r-- | lib/tasks/gitlab/import.rake | 1 |
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 |