Skip to content
Snippets Groups Projects
Commit 385a515d authored by Erwan Arzur's avatar Erwan Arzur Committed by Alexander frenzel
Browse files

[import] - fix project import after refactoring

parent 0ac9dd32
No related branches found
No related tags found
3 merge requests!3014Fix 4.1 Installation Doc wording,!2983Fixed typo in gitlab.yml.example,!2932Repo import 4.1 fix (empty repositories)
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