From dc7a5c0f5fb30e01c3e5d63b004a6788cb43377c Mon Sep 17 00:00:00 2001 From: JingLu5 Date: Thu, 6 Apr 2017 01:56:48 +0000 Subject: Bugfix: fix ubuntu image name typo Change-Id: I8722f2ddd096bc784f45d4bcf58ea6a84d319fb2 Signed-off-by: JingLu5 (cherry picked from commit 571ee6afca03120c393def421eb35a466f9a940b) --- tests/ci/load_images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci/load_images.sh b/tests/ci/load_images.sh index 852144192..04e081d7f 100755 --- a/tests/ci/load_images.sh +++ b/tests/ci/load_images.sh @@ -206,7 +206,7 @@ load_ubuntu_image() --container-format bare \ $EXTRA_PARAMS \ --file $ubuntu_image_file \ - Ubuntu-14.04) + Ubuntu-16.04) echo "$output" UBUNTU_IMAGE_ID=$(echo "$output" | grep " id " | awk '{print $(NF-1)}') -- cgit 1.2.3-korg