Modified docker script to skip SDK test cases 39/107039/1
authorjz385p <jegadeesh.babu@att.com>
Mon, 4 May 2020 13:59:37 +0000 (19:29 +0530)
committerjz385p <jegadeesh.babu@att.com>
Mon, 4 May 2020 14:00:40 +0000 (19:30 +0530)
added script to skip running SDK test cases

Issue-ID: PORTAL-901
Change-Id: If3e8a4c8b9d456118d0aaadcf5e945abc3cd091f
Signed-off-by: jz385p <jegadeesh.babu@att.com>
deliveries/build_portalapps_dockers.sh

index fdaf9a1..d2349b8 100755 (executable)
@@ -76,7 +76,7 @@ else
         if [ "$SDK_DOCKERFILE" != "skip" ] && [ "SDK_APP_DIR" != "skip" ]; then
          echo "Build Portal-SDK app"
          cd $BASEDIR/$SDK_APP_DIR
-         ${MVN} ${MVN_EXTRA_SDK} clean package
+         ${MVN} ${MVN_EXTRA_SDK} clean package -Dskiptests=true
        fi
 
        echo "Java build complete."