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