fix name which led to stuck drone ci

This commit is contained in:
Willy Kloucek
2020-11-28 11:53:27 +01:00
parent 4439a3109e
commit 0ec05a4f5e

View File

@@ -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',