From 438d0c26e721c2c5b0e7b933c98618e899b5b11e Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Mon, 8 Jul 2024 23:30:59 -0700 Subject: [PATCH] Add scheme for git clone --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index eef6bb0..1ea6633 100644 --- a/.drone.yml +++ b/.drone.yml @@ -49,7 +49,7 @@ steps: # between steps # ...God, I really need to transition off of Drone and onto a better CI tool... - apk add yq git - - git clone gitea.scubbo.org/scubbo/helm-charts + - git clone https://gitea.scubbo.org/scubbo/edh-elo.git - cd helm-charts - yq -i '.image.tag = "${DRONE_COMMIT_SHA:0:10}"' charts/edh-elo/values.yaml - git add -A