Is it maybe just not capturing the actual failing lines?

This commit is contained in:
Jack Jackson 2024-07-08 23:59:08 -07:00
parent 9c4d9d144f
commit be01810285

View File

@ -60,6 +60,6 @@ steps:
- 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 push
# - git add -A
# - git commit -m "Update EDH ELO commit to "${DRONE_COMMIT_SHA:0:10}"
# - git push