From c72c6aced96c407b697dc0dfe7ba38a0ac1f55ee Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Mon, 8 Jul 2024 23:35:55 -0700 Subject: [PATCH] My hands are typing words --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1ea6633..6771814 100644 --- a/.drone.yml +++ b/.drone.yml @@ -48,8 +48,10 @@ steps: # * if you try to clear the main directory and use it to checkout, Drone will just re-clone the original repo # between steps # ...God, I really need to transition off of Drone and onto a better CI tool... + - find . -not -path '.' | xargs rm -rf + - find . -not -path '.' - apk add yq git - - git clone https://gitea.scubbo.org/scubbo/edh-elo.git + - git clone https://gitea.scubbo.org/scubbo/helm-charts.git - cd helm-charts - yq -i '.image.tag = "${DRONE_COMMIT_SHA:0:10}"' charts/edh-elo/values.yaml - git add -A