Skip to content

Commit

Permalink
fix cache purge
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Nov 30, 2020
1 parent e10c79c commit 2394de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -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),
]
},
],
Expand Down

0 comments on commit 2394de1

Please sign in to comment.