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