From: Jackie Huang Date: Fri, 18 Nov 2022 08:56:29 +0000 (+0800) Subject: build_inf.sh: remove the temp step X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=bdb81078309a03ff2d4e85ca19f54a74686ce3f7;p=pti%2Frtp.git build_inf.sh: remove the temp step Issue-ID: INF-281 Signed-off-by: Jackie Huang Change-Id: I4ee9ded4a9b69c6e31717b34ffe13449288a50a1 --- 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