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:
parent
fa50d8cb9d
commit
0fd3dc7497
@ -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.'
|
||||
|
Loading…
Reference in New Issue
Block a user