build_inf.sh: remove the temp step 38/9738/1
authorJackie Huang <jackie.huang@windriver.com>
Fri, 18 Nov 2022 08:56:29 +0000 (16:56 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Tue, 22 Nov 2022 01:46:22 +0000 (09:46 +0800)
Issue-ID: INF-281

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I4ee9ded4a9b69c6e31717b34ffe13449288a50a1

scripts/build_inf.sh

index f878883..fc5b602 100755 (executable)
@@ -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