Re-adding more commands

This commit is contained in:
Jack Jackson 2024-07-09 00:02:40 -07:00
parent be01810285
commit 703ca6e0c4

View File

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