Commit 34d48f3b authored by Bob Van Landuyt's avatar Bob Van Landuyt

Merge branch 'ajk-fix-protected-branches-seed' into 'master'

Fix protected branches seed

See merge request gitlab-org/gitlab!39323
parents f5dd3a30 0dcf4e00
require './spec/support/sidekiq_middleware'
Gitlab::Seeder.quiet do
admin_user = User.find(1)
admin_user = User.admins.first
Project.not_mass_generated.each do |project|
params = {
......
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