Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2019-03-19 13:31:41 +0300
committerLin Jen-Shin <godfat@godfat.org>2019-03-19 13:31:41 +0300
commit7fb9dff43dcf56472e22be7a26805ee5fa339e8b (patch)
tree0b8ea66ce8aa3368ec1291aa6e3b44e8dd7cbf85 /lib
parent47859bb491e74fabc19715b89679056ece5ea3de (diff)
parent20f4815ebf144816d899b34298e1ad9f1381dfda (diff)
Merge branch 'revert-b24c0c8d' into 'master'
Revert "New Repository#insights_config method" See merge request gitlab-org/gitlab-ce!26315
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/file_detector.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gitlab/file_detector.rb b/lib/gitlab/file_detector.rb
index 4678ef792c0..2770469ca9f 100644
--- a/lib/gitlab/file_detector.rb
+++ b/lib/gitlab/file_detector.rb
@@ -22,7 +22,6 @@ module Gitlab
gitignore: '.gitignore',
gitlab_ci: '.gitlab-ci.yml',
route_map: '.gitlab/route-map.yml',
- insights_config: '.gitlab/insights.yml',
# Dependency files
cartfile: %r{\ACartfile[^/]*\z},