diff options
author | Shinya Maeda <shinya@gitlab.com> | 2018-10-25 05:50:41 +0000 |
---|---|---|
committer | Shinya Maeda <shinya@gitlab.com> | 2018-10-25 05:50:41 +0000 |
commit | 167b54e1c05ab9a9736a79a6192267fda510a3ea (patch) | |
tree | 5ed861ccfe7fd8e4e341da820a9982aa4e67991c | |
parent | f5d71ad8f3d1899a29bc12c4fcc8847b14195e3a (diff) | |
download | gitlab-ce-167b54e1c05ab9a9736a79a6192267fda510a3ea.tar.gz |
Check seederdosuken123-master-patch-13290
-rw-r--r-- | db/fixtures/development/17_cycle_analytics.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/fixtures/development/17_cycle_analytics.rb b/db/fixtures/development/17_cycle_analytics.rb index 285436f4324..4e2827eaa25 100644 --- a/db/fixtures/development/17_cycle_analytics.rb +++ b/db/fixtures/development/17_cycle_analytics.rb @@ -212,7 +212,7 @@ end Gitlab::Seeder.quiet do flag = 'SEED_CYCLE_ANALYTICS' - if ENV[flag] + if true Project.find_each do |project| # This seed naively assumes that every project has a repository, and every # repository has a `master` branch, which may be the case for a pristine |