Merge branch 'backport-ee-import-url-rescue' into 'master'

Backport rescue in Project#import_url from EE

See merge request gitlab-org/gitlab-ce!22520
This commit is contained in:
Robert Speicher 2018-10-22 16:40:53 +00:00
commit 0518e63bd9
1 changed files with 2 additions and 0 deletions

View File

@ -688,6 +688,8 @@ class Project < ActiveRecord::Base
else
super
end
rescue
super
end
def valid_import_url?