debian: Fixed artifact removal in upload_debs.sh

This commit is contained in:
Martin Braun 2016-08-30 15:04:31 -07:00
parent 3c119b1a7f
commit 670eeda6e4

View file

@ -144,6 +144,6 @@ then
if [ "$response" = "yes" ]
then
cd ..
rm -r ${UHD_TOP_LEVEL}/debian uhd-${VERSION} uhd_${VERSION}.orig.tar.xz uhd*dsc uhd*changes uhd*debian.tar.xz uhd*_source.build uhd*.upload
rm -r ${UHD_TOP_LEVEL}/debian uhd-${VERSION} uhd_${VERSION}.orig.tar.xz uhd*dsc uhd*changes uhd*debian.tar.* uhd*_source.build uhd*.upload
fi
fi