From 1b8344b013bc273f56ccc37f417d3cc90f686598 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Mon, 27 Oct 2025 10:36:00 +0100 Subject: [PATCH] ci-automation/image-changes: Ignore signature path in /tmp Signed-off-by: Krzesimir Nowak --- ci-automation/image_changes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-automation/image_changes.sh b/ci-automation/image_changes.sh index 61a8d3ba4b..6de6c5cee3 100644 --- a/ci-automation/image_changes.sh +++ b/ci-automation/image_changes.sh @@ -705,7 +705,7 @@ function print_image_reports() { underline "Image kernel config changes, compared to ${previous_version_description}:" env \ - "${package_diff_env[@]}" FILE=flatcar_production_image_kernel_config.txt \ + "${package_diff_env[@]}" FILE=flatcar_production_image_kernel_config.txt CUTSIGKEYPATH=1 \ "${flatcar_build_scripts_repo}/package-diff" "${package_diff_params[@]}" 2>&1 underline "Image file size change (includes /boot, /usr and the default rootfs partitions), compared to ${previous_version_description}:"