X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=jjb%2Fdeb_dpdk%2Finclude-raw-deb_dpdk-pkg-push.sh;fp=jjb%2Fdeb_dpdk%2Finclude-raw-deb_dpdk-pkg-push.sh;h=8e03405f2443c69d19b562a4573f3dda67bc35b2;hb=a66aae950dfe3fc4f2d69e25a5512b97cd763e33;hp=0000000000000000000000000000000000000000;hpb=7ae79a93d3fb099118950a21881fd790bc7493ec;p=ci-management.git diff --git a/jjb/deb_dpdk/include-raw-deb_dpdk-pkg-push.sh b/jjb/deb_dpdk/include-raw-deb_dpdk-pkg-push.sh new file mode 100644 index 000000000..8e03405f2 --- /dev/null +++ b/jjb/deb_dpdk/include-raw-deb_dpdk-pkg-push.sh @@ -0,0 +1,7 @@ +#!/bin/bash +DEBS=$(find . -type f -iname '*.deb') +echo "Found DEBS=${DEBS}" +for i in $DEBS +do + push_deb "$i" +done \ No newline at end of file