summaryrefslogtreecommitdiff
path: root/lib/gitlab/github_import/sequential_importer.rb
diff options
context:
space:
mode:
authorFrancisco Javier López <fjlopez@gitlab.com>2018-06-06 16:42:18 +0000
committerDouwe Maan <douwe@gitlab.com>2018-06-06 16:42:18 +0000
commite8f49b4bee8d803953b852685889a2912609ae84 (patch)
treefdbef6fc26ebc49be27e1553ea980cb734b8ab7d /lib/gitlab/github_import/sequential_importer.rb
parent0dd7563b7c91141f545432e9082906ebb196a38d (diff)
downloadgitlab-ce-e8f49b4bee8d803953b852685889a2912609ae84.tar.gz
Support LFS objects when creating a project by import
Diffstat (limited to 'lib/gitlab/github_import/sequential_importer.rb')
-rw-r--r--lib/gitlab/github_import/sequential_importer.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gitlab/github_import/sequential_importer.rb b/lib/gitlab/github_import/sequential_importer.rb
index 4f7324536a0..3cad919b4eb 100644
--- a/lib/gitlab/github_import/sequential_importer.rb
+++ b/lib/gitlab/github_import/sequential_importer.rb
@@ -19,7 +19,8 @@ module Gitlab
Importer::PullRequestsImporter,
Importer::IssuesImporter,
Importer::DiffNotesImporter,
- Importer::NotesImporter
+ Importer::NotesImporter,
+ Importer::LfsObjectsImporter
].freeze
# project - The project to import the data into.