Don't upload orig tarball by adding -sd

This commit is contained in:
Isaac Connor 2021-04-12 16:02:02 -04:00
parent af025db758
commit a341d2ef84
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ EOF
DEBUILD="debuild -i -us -uc -b"
else
# Source build, don't need build depends.
DEBUILD="debuild -S -sa"
DEBUILD="debuild -S -sa -sd"
fi;
fi;
if [ "$DEBSIGN_KEYID" != "" ]; then