Exit code from diff indicating changes should not block commit. (#17)

Signed-off-by: Kevin Fox <[email protected]>
This commit is contained in:
kfox1111
2023-10-05 10:23:50 -07:00
committed by GitHub
parent ebfa518a4b
commit a6cb3974ac
+1 -1
View File
@@ -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