Is it the commit that is failing? No, it is the children that are wrong

This commit is contained in:
Jack Jackson 2024-07-09 00:07:15 -07:00
parent 703ca6e0c4
commit c3e30db303

View File

@ -59,5 +59,5 @@ steps:
- cat charts/edh-elo/values.yaml - cat charts/edh-elo/values.yaml
- yq -i '.image.tag = "${DRONE_COMMIT_SHA:0:10}"' charts/edh-elo/values.yaml - yq -i '.image.tag = "${DRONE_COMMIT_SHA:0:10}"' charts/edh-elo/values.yaml
- git add -A - git add -A
- git commit -m "Update EDH ELO commit to "${DRONE_COMMIT_SHA:0:10}" # - git commit -m "Update EDH ELO commit to "${DRONE_COMMIT_SHA:0:10}"
# - git push # - git push