mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 20:29:54 -06:00
fix name which led to stuck drone ci
This commit is contained in:
@@ -145,7 +145,7 @@ def main(ctx):
|
||||
badges(ctx),
|
||||
docs(ctx),
|
||||
updateDeployment(ctx),
|
||||
#purge,
|
||||
purge,
|
||||
]
|
||||
|
||||
if ctx.build.event == "cron":
|
||||
@@ -1620,7 +1620,7 @@ def genericCachePurge(name, cache_key):
|
||||
return {
|
||||
'kind': 'pipeline',
|
||||
'type': 'docker',
|
||||
'name': 'purge_%s_build_artifact_cache' %(name),
|
||||
'name': 'purge_%s' %(name),
|
||||
'platform': {
|
||||
'os': 'linux',
|
||||
'arch': 'amd64',
|
||||
|
||||
Reference in New Issue
Block a user