VPP: added text to avoid broken opensuse maven push 29/11529/1
authorEd Kern <ejk@cisco.com>
Wed, 4 Apr 2018 21:30:32 +0000 (15:30 -0600)
committerEd Kern <ejk@cisco.com>
Wed, 4 Apr 2018 21:30:32 +0000 (15:30 -0600)
Leaving the elif in place for easier LF testing

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

index 086258e..9a5e9ba 100644 (file)
@@ -32,7 +32,7 @@ elif [ "${OS}" == "centos7" ]; then
     do
         push_rpm "$i"
     done
-elif [ "${OS}" == "opensuse" ]; then
+elif [ "${OS}" == "opensusenotready" ]; then
     # Find the files
     RPMS=$(find . -type f -iname '*.rpm')
     for i in $RPMS