From 3d0b60fefd8d1fbb841e3190f38f6a60fe078933 Mon Sep 17 00:00:00 2001 From: nitkon Date: Fri, 24 May 2019 17:02:23 +0530 Subject: [PATCH] lib.sh: Pass right parameters to build image Creating Kata packages fails due to "Makefile:58: *** target pattern contains no '%'. Stop" error. Fix it. Fixes: #539 Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com --- scripts/lib.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/lib.sh b/scripts/lib.sh index c1970c7c08..5f6559aad5 100644 --- a/scripts/lib.sh +++ b/scripts/lib.sh @@ -42,10 +42,8 @@ get_from_kata_deps() { # repository will pass the kernel version as an override to this function to # allow testing of kernels before they land in tree. if ${CI}; then - info "Sourcing versions from local file found in runtime repository" versions_file="${GOPATH}/src/${runtime_repo}/versions.yaml" else - info "Sourcing versions from github ${branch} branch" versions_file="versions-${branch}.yaml" fi if [ ! -e "${versions_file}" ]; then