Commit 0dcf4e00 authored by Alex Kalderimis's avatar Alex Kalderimis

Fix protected branches seed

parent 973c6177
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