From: Ed Kern Date: Wed, 4 Apr 2018 21:30:32 +0000 (-0600) Subject: VPP: added text to avoid broken opensuse maven push X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F29%2F11529%2F1;p=ci-management.git VPP: added text to avoid broken opensuse maven push Leaving the elif in place for easier LF testing Change-Id: I025920919083f7449b8701dde972e5df123a3277 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 086258ed9..9a5e9ba6f 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}" == "opensuse" ]; then +elif [ "${OS}" == "opensusenotready" ]; then # Find the files RPMS=$(find . -type f -iname '*.rpm') for i in $RPMS