diff options
-rw-r--r-- | db/fixtures/development/14_builds.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/fixtures/development/14_builds.rb b/db/fixtures/development/14_builds.rb index a6117c12930..9a3d54fb56c 100644 --- a/db/fixtures/development/14_builds.rb +++ b/db/fixtures/development/14_builds.rb @@ -147,7 +147,7 @@ class Gitlab::Seeder::Builds end Gitlab::Seeder.quiet do - Project.all.sample(10).each do |project| + Project.all.sample(5).each do |project| project_builds = Gitlab::Seeder::Builds.new(project) project_builds.seed! end |