mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-11 06:56:58 +02:00
Merge pull request #256 from flatcar-linux/t-lo/ci-automation-fix-update-test
ci-automation/vendor-testing/qemu_update.sh: fix unbound variable
This commit is contained in:
commit
aaf17af27d
@ -59,9 +59,9 @@ bios="${QEMU_BIOS}"
|
||||
if [ "${arch}" = "arm64" ]; then
|
||||
bios="${QEMU_UEFI_BIOS}"
|
||||
if [ -f "${bios}" ] ; then
|
||||
echo "++++ ${testscript}: Using existing ${work_dir}/${bios} ++++"
|
||||
echo "++++ qemu_update.sh: Using existing ${work_dir}/${bios} ++++"
|
||||
else
|
||||
echo "++++ ${testscript}: downloading ${bios} for ${vernum} (${arch}) ++++"
|
||||
echo "++++ qemu_update.sh: downloading ${bios} for ${vernum} (${arch}) ++++"
|
||||
copy_from_buildcache "images/${arch}/${vernum}/${bios}" .
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user