This one will delete all files, I can just feel it

This commit is contained in:
Jack Jackson 2024-07-08 22:48:24 -07:00
parent 5d2a9bc516
commit b840ac9b54

View File

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