Commit 6c5b3f47 authored by Thong Kuah's avatar Thong Kuah

Merge branch 'enable_ci_pipeline_status_omit_commit_sha_in_cache_key_by_default' into 'master'

Enable ci_pipeline_status_omit_commit_sha_in_cache_key FF by default

Closes #229139

See merge request gitlab-org/gitlab!38366
parents 7c6d22f4 088f4f15
......@@ -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