Debugging logging

This commit is contained in:
Jack Jackson 2024-07-08 23:51:24 -07:00
parent 1cca5f5f57
commit a810b68d4d

View File

@ -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}"