mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 12:16:41 +02:00
Merge pull request #3428 from flatcar/krnowak/cutsigpath
ci-automation/image-changes: Ignore signature path in /tmp
This commit is contained in:
commit
e807b7ffd4
@ -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}:"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user