Skip to content
Snippets Groups Projects
Commit 65737bd5 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge pull request #2695 from earzur/hotfix/fix_import_refactoring

[import] - fix project import after refactoring
parents efe2f5f8 621ca86b
No related branches found
No related tags found
1 merge request!2940Expanding repos and hooks paths in settings
Loading
Loading
@@ -44,7 +44,7 @@ namespace :gitlab do
:name => path,
}
 
project = Project.create_by_user(project_params, user)
project = Projects::CreateContext.new(user, project_params).execute
 
if project.valid?
puts " * Created #{project.name} (#{repo_name})".green
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment