Skip to content

Commit 3773ce0

Browse files
committed
Don't sign the package produced by the Debian CI
1 parent 904783b commit 3773ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/ppa/build_binary_package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ mv packaging/ppa/debian .
3737

3838
sed -ri "s/\) bionic/staging) resolute/g" debian/changelog
3939

40-
debuild -b
40+
debuild -b -us -uc
4141

4242
mv ../*.tar* ../../ || :
4343
mv ../*.dsc* ../../ || :

0 commit comments

Comments
 (0)