From c3e30db303e8860a2fdb4284aa88ddc38e0e147b Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Tue, 9 Jul 2024 00:07:15 -0700 Subject: [PATCH] Is it the commit that is failing? No, it is the children that are wrong --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7e497f2..45f6242 100644 --- a/.drone.yml +++ b/.drone.yml @@ -59,5 +59,5 @@ steps: - 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 commit -m "Update EDH ELO commit to "${DRONE_COMMIT_SHA:0:10}" # - git push \ No newline at end of file