mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 14:06:58 +02:00
Merge pull request #25 from philips/print-image_to_vm-for-dev
fix(build_image): print out image_to_vm for dev image
This commit is contained in:
commit
711f7bd028
@ -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…
Reference in New Issue
Block a user