BigW Consortium Gitlab

Fix group ownership for dev seeds

parent 44013827
......@@ -27,8 +27,9 @@ project_urls.each_with_index do |url, i|
path: group_path
)
group.description = Faker::Lorem.sentence
group.owner = User.first
group.save
group.add_owner(User.first)
end
project_path.gsub!(".git", "")
......
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