Actually really delete files for real

This commit is contained in:
Jack Jackson 2024-07-08 22:29:34 -07:00
parent 3c32b67e52
commit 37c5ad8b0f

View File

@ -48,8 +48,7 @@ steps:
image: alpine
commands:
- rm -rf *
# Shouldn't need to specify this, but just in case
- rm -rf .git
- rm -rf ./.*
- name: Checkout Helm Chart
image: drone/git