chore(build): Add emoji to command output
This commit is contained in:
parent
c6e466e914
commit
1ad51993d0
|
@ -43,7 +43,7 @@ script = [
|
|||
'''
|
||||
kernelImage = set "chain_boot_rpi4.img"
|
||||
cp ${CHAINBOOT_BIN} ${VOLUME}/${kernelImage}
|
||||
echo "Copied chainboot to ${VOLUME}/${kernelImage}"
|
||||
echo 🔄 Copied chainboot to ${VOLUME}/${kernelImage}
|
||||
'''
|
||||
]
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@ script = [
|
|||
'''
|
||||
kernelImage = set "kernel8.img"
|
||||
cp ${KERNEL_BIN} ${VOLUME}/${kernelImage}
|
||||
echo "Copied nucleus to ${VOLUME}/${kernelImage}" # TODO add emoji
|
||||
echo 🔄 Copied nucleus to ${VOLUME}/${kernelImage}
|
||||
'''
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue