diff --git a/.drone.yml b/.drone.yml index 9450277..c369e26 100644 --- a/.drone.yml +++ b/.drone.yml @@ -56,6 +56,8 @@ steps: - apk add yq git - git clone https://scubbo:${GITEA_PASSWORD}@gitea.scubbo.org/scubbo/helm-charts.git - 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}"