always trigger cache prune, even if previous pipelines failed

This commit is contained in:
Willy Kloucek
2020-11-28 12:47:47 +01:00
parent 0ec05a4f5e
commit cba60d73c8

View File

@@ -1645,6 +1645,10 @@ def genericCachePurge(name, cache_key):
'refs/tags/v*',
'refs/pull/**',
],
'status': [
'success',
'failure',
]
},
}