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/pipeline/seed/build/cache.rb')
-rw-r--r--lib/gitlab/ci/pipeline/seed/build/cache.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gitlab/ci/pipeline/seed/build/cache.rb b/lib/gitlab/ci/pipeline/seed/build/cache.rb
index 7671035b896..a4127ea0be2 100644
--- a/lib/gitlab/ci/pipeline/seed/build/cache.rb
+++ b/lib/gitlab/ci/pipeline/seed/build/cache.rb
@@ -51,8 +51,6 @@ module Gitlab
end
def hash_of_the_latest_changes
- return unless Feature.enabled?(:ci_file_based_cache, @pipeline.project, default_enabled: true)
-
ids = files.map { |path| last_commit_id_for_path(path) }
ids = ids.compact.sort.uniq