From fcfc7e68400828de39a0157a976b6d02b6ca5e40 Mon Sep 17 00:00:00 2001 From: Shinya Maeda Date: Wed, 26 Dec 2018 15:05:17 +0900 Subject: Add new line and comments --- db/fixtures/development/24_forks.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'db/fixtures') diff --git a/db/fixtures/development/24_forks.rb b/db/fixtures/development/24_forks.rb index f847d7ebd64..5eb5956ec74 100644 --- a/db/fixtures/development/24_forks.rb +++ b/db/fixtures/development/24_forks.rb @@ -4,6 +4,10 @@ Sidekiq::Testing.inline! do Gitlab::Seeder.quiet do User.all.sample(10).each do |user| source_project = Project.public_only.sample + + ## + # 04_project.rb might not have created a public project because + # we use randomized approach (e.g. `Array#sample`). return unless source_project fork_project = Projects::ForkService.new(source_project, user, namespace: user.namespace).execute -- cgit v1.2.1