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
end
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
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