Debug
This commit is contained in:
parent
3376441687
commit
8cde1faf3b
|
@ -44,6 +44,7 @@ importPrivateKey() {
|
|||
buildPackage() {
|
||||
if [ -n "$gpgPrivateKey" ] && [ -n "$gpgPublicKey" ]; then
|
||||
importPrivateKey
|
||||
gpg --list-sigs
|
||||
sudo -u nobody makepkg -s --sign --key "$gpgPublicKey" --noconfirm
|
||||
else
|
||||
sudo -u nobody makepkg -s --noconfirm
|
||||
|
|
Loading…
Reference in New Issue