ci-automation/image-changes: Ignore signature path in /tmp

Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
This commit is contained in:
Krzesimir Nowak 2025-10-27 10:36:00 +01:00
parent db85763c19
commit 1b8344b013

View File

@ -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}:"