From 37c5ad8b0f371235a42c6129796d5acad3860d3b Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Mon, 8 Jul 2024 22:29:34 -0700 Subject: [PATCH] Actually really delete files for real --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0417985..708f10c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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