Commit 9bdd685a authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch '47851-bump-cache-for-old-master-permission' into 'master'

Resolve "Reference to master still cached"

Closes #47851

See merge request gitlab-org/gitlab-ce!19827
parents 20ca5e30 53131e67
......@@ -176,7 +176,7 @@ module ProjectsHelper
controller.action_name,
Gitlab::CurrentSettings.cache_key,
"cross-project:#{can?(current_user, :read_cross_project)}",
'v2.5'
'v2.6'
]
key << pipeline_status_cache_key(project.pipeline_status) if project.pipeline_status.has_status?
......
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