Invalidate project list cache

So the avatars would be reloaded from their new path
This commit is contained in:
Bob Van Landuyt 2017-07-17 16:37:40 +02:00
parent 458f3cf9b0
commit 6a10626f98
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ module ProjectsHelper
controller.controller_name,
controller.action_name,
current_application_settings.cache_key,
'v2.4'
'v2.5'
]
key << pipeline_status_cache_key(project.pipeline_status) if project.pipeline_status.has_status?