From: Ed Kern Date: Thu, 5 Apr 2018 20:32:58 +0000 (-0600) Subject: VPP: opensuse nexus repos now created really X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;ds=inline;h=d0c845b6b3c6ee486a1c8eea3e369b0a4eee12d2;p=ci-management.git VPP: opensuse nexus repos now created really change opensusenotready to opensuse so it matches again Change-Id: Icfa39fd8363c5d4ca7b9f545cc2cd2b297ee0ce5 Signed-off-by: Ed Kern --- diff --git a/jjb/vpp/include-raw-vpp-maven-push.sh b/jjb/vpp/include-raw-vpp-maven-push.sh index 9a5e9ba6f..086258ed9 100644 --- a/jjb/vpp/include-raw-vpp-maven-push.sh +++ b/jjb/vpp/include-raw-vpp-maven-push.sh @@ -32,7 +32,7 @@ elif [ "${OS}" == "centos7" ]; then do push_rpm "$i" done -elif [ "${OS}" == "opensusenotready" ]; then +elif [ "${OS}" == "opensuse" ]; then # Find the files RPMS=$(find . -type f -iname '*.rpm') for i in $RPMS