build_inf.sh: remove the temp step 17/9717/1
authorJackie Huang <jackie.huang@windriver.com>
Fri, 18 Nov 2022 08:56:29 +0000 (16:56 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Mon, 21 Nov 2022 04:47:16 +0000 (12:47 +0800)
Issue-ID: INF-281

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

scripts/build_inf.sh

index d180d3d..fc5b602 100755 (executable)
@@ -180,12 +180,6 @@ build_centos () {
     fi
 }
 
-build_centos_dl () {
-    # Temp for testing the lftools deploy
-    mkdir -p ${WORKSPACE_CENTOS}/prj_output/
-    wget http://mirror.starlingx.cengn.ca/mirror/starlingx/release/7.0.0/centos/flock/outputs/iso/bootimage.iso -O ${WORKSPACE_CENTOS}/prj_output/inf-image-centos-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