mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-06 04:49:48 -06:00
fix cache purge
This commit is contained in:
@@ -1636,7 +1636,7 @@ def genericCachePurge(ctx, name, cache_key):
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
'commands': [
|
'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