First we find 'em, then we delete 'em

This commit is contained in:
Jack Jackson 2024-07-08 22:56:06 -07:00
parent b840ac9b54
commit 0049e8efc2

View File

@ -47,7 +47,7 @@ steps:
- name: Clear directory - name: Clear directory
image: alpine image: alpine
commands: commands:
- rm -rf ./{*,.[!.]*,..?*} - find . -not -path '.' -delete
- name: Checkout Helm Chart - name: Checkout Helm Chart
image: drone/git image: drone/git