From 5923ceec94d6d3e9f6d5e42981a01f4719c1ba49 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Tue, 23 May 2017 08:01:18 +0200 Subject: [PATCH] Make 1606 vpp jobs publish jvpp jar snapshots Hc2vpp expects vpp merge jobs publish jvpp jars. This patch restores that behaviour changed by https://gerrit.fd.io/r/#/c/6729/ Change-Id: I85798fca7ab1b936aa11e5d6656b632b0f5988c2 Signed-off-by: Marek Gradzki --- jjb/vpp/include-raw-vpp-maven-push.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/jjb/vpp/include-raw-vpp-maven-push.sh b/jjb/vpp/include-raw-vpp-maven-push.sh index 0d476b581..78bffb667 100644 --- a/jjb/vpp/include-raw-vpp-maven-push.sh +++ b/jjb/vpp/include-raw-vpp-maven-push.sh @@ -10,7 +10,7 @@ GROUP_ID="io.fd.${PROJECT}" BASEURL="${NEXUSPROXY}/content/repositories/fd.io." BASEREPOID='fdio-' -if [ "${OS}" == "ubuntu1404" ]; then +if [ "${OS}" == "ubuntu1604" ]; then # Find the files JARS=$(find . -type f -iname '*.jar') DEBS=$(find . -type f -iname '*.deb') @@ -19,12 +19,6 @@ if [ "${OS}" == "ubuntu1404" ]; then push_jar "$i" done - for i in $DEBS - do - push_deb "$i" - done -elif [ "${OS}" == "ubuntu1604" ]; then - DEBS=$(find . -type f -iname '*.deb') for i in $DEBS do push_deb "$i" -- 2.16.6