mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 22:21:10 +02:00
fix(build_image): print out image_to_vm for dev image
this broke accidently in a previous commit. Fix it by printing the instructions to build a vm again.
This commit is contained in:
parent
32a58da5de
commit
fce31ab6fe
@ -212,6 +212,7 @@ if should_build_image ${CHROMEOS_BASE_IMAGE_NAME}; then
|
||||
fi
|
||||
if should_build_image ${CHROMEOS_DEVELOPER_IMAGE_NAME}; then
|
||||
echo "Developer image created as ${CHROMEOS_DEVELOPER_IMAGE_NAME}"
|
||||
print_image_to_vm
|
||||
fi
|
||||
if should_build_image ${CHROMEOS_TEST_IMAGE_NAME}; then
|
||||
echo "Test image created as ${CHROMEOS_TEST_IMAGE_NAME}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user