build-and-push: improve final message

Avoid redundant printing of the closing messages by disabling
verbose mode prior.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
Georg Pfuetzenreuter 2024-08-24 17:48:41 +02:00
parent fa50d8cb9d
commit 0fd3dc7497
Signed by: Georg
GPG Key ID: 1ED2F138E7E6FF57

View File

@ -84,6 +84,7 @@ $SSH -- dracut --kernel-image "$VMLINUZ" "$INITRD" "$LINUX_VERSION"
$SSH -- grub2-mkconfig -o /boot/grub2/grub.cfg
ROOT="$($SSH -- blkid -o value -s UUID -t LABEL=ROOT)"
echo "Root partition UUID: $ROOT"
set +x
echo "Root partition UUID: $ROOT"
echo 'Now reboot, test, and update the bisection.'