VPP: drop opensuse from maven push for now 92/11692/1
authorEd Kern <ejk@cisco.com>
Wed, 11 Apr 2018 21:24:37 +0000 (15:24 -0600)
committerEd Kern <ejk@cisco.com>
Wed, 11 Apr 2018 21:24:37 +0000 (15:24 -0600)
opensuse dpdk conflict causing issues..needs
sep fixes

Change-Id: I0d76533840005f65d1084d9c11a3ba68f7dedcef
Signed-off-by: Ed Kern <ejk@cisco.com>
jjb/vpp/include-raw-vpp-maven-push.sh

index 086258e..cec22da 100644 (file)
@@ -32,12 +32,12 @@ elif [ "${OS}" == "centos7" ]; then
     do
         push_rpm "$i"
     done
-elif [ "${OS}" == "opensuse" ]; then
-    # Find the files
-    RPMS=$(find . -type f -iname '*.rpm')
-    for i in $RPMS
-    do
-        push_rpm "$i"
-    done
+elif [ "${OS}" == "opensuse" ]; then
+    # Find the files
+    RPMS=$(find . -type f -iname '*.rpm')
+    for i in $RPMS
+    do
+        push_rpm "$i"
+    done
 fi
 # vim: ts=4 sw=4 sts=4 et ft=sh :