From be018102853ab3e520f464fbece042e73f44a7c1 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Mon, 8 Jul 2024 23:59:08 -0700 Subject: [PATCH] Is it maybe just not capturing the actual failing lines? --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9d041d7..bedf73f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 \ No newline at end of file + # - git add -A + # - git commit -m "Update EDH ELO commit to "${DRONE_COMMIT_SHA:0:10}" + # - git push \ No newline at end of file