summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-05-23 08:01:18 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-05-23 08:03:49 +0200
commit5923ceec94d6d3e9f6d5e42981a01f4719c1ba49 (patch)
tree3fb4377fed4043d7128bcc3483d94a576ddf8e7d
parent153d6f83fe7e1093601b9ad20ae1d446426a2042 (diff)
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 <mgradzki@cisco.com>
-rw-r--r--jjb/vpp/include-raw-vpp-maven-push.sh8
1 files changed, 1 insertions, 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')
@@ -23,12 +23,6 @@ if [ "${OS}" == "ubuntu1404" ]; then
do
push_deb "$i"
done
-elif [ "${OS}" == "ubuntu1604" ]; then
- DEBS=$(find . -type f -iname '*.deb')
- for i in $DEBS
- do
- push_deb "$i"
- done
elif [ "${OS}" == "centos7" ]; then
# Find the files
RPMS=$(find . -type f -iname '*.rpm')