Commit 088f4f15 authored by Thong Kuah's avatar Thong Kuah

Enable ci_pipeline_status_omit_commit_sha_in_cache_key by default

parent 3d9857f7
...@@ -31,7 +31,7 @@ module Gitlab ...@@ -31,7 +31,7 @@ module Gitlab
end end
def self.pipeline_status_omit_commit_sha_in_cache_key?(project) def self.pipeline_status_omit_commit_sha_in_cache_key?(project)
Feature.enabled?(:ci_pipeline_status_omit_commit_sha_in_cache_key, project) Feature.enabled?(:ci_pipeline_status_omit_commit_sha_in_cache_key, project, default_enabled: true)
end end
def self.release_generation_enabled? def self.release_generation_enabled?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment