From bdb81078309a03ff2d4e85ca19f54a74686ce3f7 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Fri, 18 Nov 2022 16:56:29 +0800 Subject: [PATCH] build_inf.sh: remove the temp step Issue-ID: INF-281 Signed-off-by: Jackie Huang Change-Id: I4ee9ded4a9b69c6e31717b34ffe13449288a50a1 --- scripts/build_inf.sh | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/scripts/build_inf.sh b/scripts/build_inf.sh index f878883..fc5b602 100755 --- a/scripts/build_inf.sh +++ b/scripts/build_inf.sh @@ -80,7 +80,7 @@ run_cmd () { # Parse cmd options ######################################################################### -DRYRUN="-n" +DRYRUN="" YP_ARGS="-s" while getopts "w:b:e:r:unh" OPTION; do @@ -180,12 +180,6 @@ build_centos () { fi } -build_centos_dl () { - # Temp for testing the lftools deploy - mkdir -p ${WORKSPACE_DEB}/prj_output/ - wget http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/latest_build/outputs/iso/starlingx-intel-x86-64-cd.iso -O ${WORKSPACE_DEB}/prj_output/inf-image-debian-all-x86-64.iso -} - build_debian () { if [ -z "${DRYRUN}" ]; then msg_step="Debian builds" @@ -214,7 +208,6 @@ if [ "$CI" = "true" ]; then fi build_yocto -#build_centos -build_centos_dl +build_centos #build_debian -- 2.16.6