From a6cb3974ac01d1bedafa03e1924f23db3406e943 Mon Sep 17 00:00:00 2001 From: kfox1111 Date: Thu, 5 Oct 2023 10:23:50 -0700 Subject: [PATCH] Exit code from diff indicating changes should not block commit. (#17) Signed-off-by: Kevin Fox --- .github/scripts/update-tags.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/update-tags.sh b/.github/scripts/update-tags.sh index 9162226..d63df47 100755 --- a/.github/scripts/update-tags.sh +++ b/.github/scripts/update-tags.sh @@ -71,4 +71,4 @@ jq -r '. | keys[]' "$IMAGEJSON" | while read -r CHART; do fi done done -"${SCRIPTPATH}/../../helm-docs.sh" +"${SCRIPTPATH}/../../helm-docs.sh" || true