Skip to content

Commit e807b7f

Browse files
authored
Merge pull request #3428 from flatcar/krnowak/cutsigpath
ci-automation/image-changes: Ignore signature path in /tmp
2 parents f4bcc94 + 1b8344b commit e807b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-automation/image_changes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ function print_image_reports() {
705705

706706
underline "Image kernel config changes, compared to ${previous_version_description}:"
707707
env \
708-
"${package_diff_env[@]}" FILE=flatcar_production_image_kernel_config.txt \
708+
"${package_diff_env[@]}" FILE=flatcar_production_image_kernel_config.txt CUTSIGKEYPATH=1 \
709709
"${flatcar_build_scripts_repo}/package-diff" "${package_diff_params[@]}" 2>&1
710710

711711
underline "Image file size change (includes /boot, /usr and the default rootfs partitions), compared to ${previous_version_description}:"

0 commit comments

Comments
 (0)