mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-10 22:29:36 -06:00
fix cache purge
This commit is contained in:
@@ -1636,7 +1636,7 @@ def genericCachePurge(ctx, name, cache_key):
|
||||
}
|
||||
},
|
||||
'commands': [
|
||||
'mc rm --recursive --force %s/%s' % (ctx.repo.name, cache_key),
|
||||
'mc rm --recursive --force cache/cache/%s/%s' % (ctx.repo.name, cache_key),
|
||||
]
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user