Merge "CSIT-797 Add honeycomb parameter to hc2vpp-csit-verify job"
[ci-management.git] / jjb / hc2vpp / include-raw-hc2vpp-pkg-push.sh
index d4c2be3..042e0bf 100644 (file)
@@ -34,18 +34,6 @@ if [ "${OS}" == "centos7" ]; then
     do
         push_rpm "$i"
     done
-elif [ "${OS}" == "ubuntu1404" ]; then
-
-    # Build the debs
-    ./packaging/deb/trusty/debuild.sh
-
-    # Find the files
-    DEBS=$(find . -type f -iname '*.deb')
-    # publish hc2vpp packages
-    for i in $DEBS
-    do
-        push_deb "$i"
-    done
 elif [ "${OS}" == "ubuntu1604" ]; then
 
     # Build the debs