summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-10-25 05:50:41 +0000
committerShinya Maeda <shinya@gitlab.com>2018-10-25 05:50:41 +0000
commit167b54e1c05ab9a9736a79a6192267fda510a3ea (patch)
tree5ed861ccfe7fd8e4e341da820a9982aa4e67991c
parentf5d71ad8f3d1899a29bc12c4fcc8847b14195e3a (diff)
downloadgitlab-ce-dosuken123-master-patch-13290.tar.gz
-rw-r--r--db/fixtures/development/17_cycle_analytics.rb2
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