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
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/ci/project_config/repository.rb')
-rw-r--r--lib/gitlab/ci/project_config/repository.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gitlab/ci/project_config/repository.rb b/lib/gitlab/ci/project_config/repository.rb
index 7dfd528fd6f..a08cf27b74c 100644
--- a/lib/gitlab/ci/project_config/repository.rb
+++ b/lib/gitlab/ci/project_config/repository.rb
@@ -4,6 +4,8 @@ module Gitlab
module Ci
class ProjectConfig
class Repository < Source
+ extend ::Gitlab::Utils::Override
+
def content
strong_memoize(:content) do
next unless file_in_repository?