Merge "deb_dpdk: add new 17.11.x branch"
[ci-management.git] / jjb / nsh_sfc / include-raw-nsh_sfc-pkg-push.sh
index 4cfd300..500433e 100644 (file)
@@ -2,7 +2,7 @@
 # basic build script example
 set -e -o pipefail
 echo "Looking for jars/debs/rpms to publish"
-if [ "${OS}" == "ubuntu1404" ]; then
+if [ "${OS}" == "ubuntu1604" ]; then
     # Find the files
     DEBS=$(find . -type f -iname '*.deb')
     echo "Found DEBS=${DEBS}"
@@ -41,4 +41,4 @@ elif [ "${OS}" == "centos7" ]; then
     do
         push_rpm "$i"
     done
-fi
\ No newline at end of file
+fi