Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Jan 11, 2021
1 parent 5d6ee13 commit cc156d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/build-phar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ php $DIR/improve_class_alias.php
vendor/bin/box compile

if [[ "$GPG_ENCRYPTION" != '' ]] ; then
echo $GPG_ENCRYPTION | gpg --passphrase-fd 0 keys.asc.gpg
echo $GPG_ENCRYPTION | gpg --batch --passphrase-fd 0 keys.asc.gpg
gpg --batch --yes --import keys.asc
echo $SIGNING_KEY | gpg --passphrase-fd 0 -u 8A03EA3B385DBAA1 --armor --detach-sig build/psalm.phar
echo $SIGNING_KEY | gpg --batch --passphrase-fd 0 -u 51BDDA10E67212A00BFD8A4B67FC14A4553D379C --armor --detach-sig build/psalm.phar
fi

0 comments on commit cc156d1

Please sign in to comment.