From 703ca6e0c47dead0504ae3482f5a6c5767e6adc5 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Tue, 9 Jul 2024 00:02:40 -0700 Subject: [PATCH] Re-adding more commands --- .drone.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index bedf73f..7e497f2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -55,11 +55,9 @@ steps: - find . -not -path '.' - apk add yq git - git clone https://scubbo:${GITEA_PASSWORD}@gitea.scubbo.org/scubbo/helm-charts.git - - ls - cd helm-charts - - ls - cat charts/edh-elo/values.yaml - yq -i '.image.tag = "${DRONE_COMMIT_SHA:0:10}"' charts/edh-elo/values.yaml - # - git add -A - # - git commit -m "Update EDH ELO commit to "${DRONE_COMMIT_SHA:0:10}" + - git add -A + - git commit -m "Update EDH ELO commit to "${DRONE_COMMIT_SHA:0:10}" # - git push \ No newline at end of file