Commit f7085d71 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch '6644-extract-ee-specific-files-lines-for-platform-app-workers' into 'master'

Resolve "Extract EE specific files/lines for Platform app/workers"

Closes #6644

See merge request gitlab-org/gitlab-ee!9340
parents 0dc14164 076aa0a2
...@@ -5,6 +5,7 @@ class RepositoryImportWorker ...@@ -5,6 +5,7 @@ class RepositoryImportWorker
include ExceptionBacktrace include ExceptionBacktrace
include ProjectStartImport include ProjectStartImport
include ProjectImportOptions include ProjectImportOptions
def perform(project_id) def perform(project_id)
@project = Project.find(project_id) @project = Project.find(project_id)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment