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 cc156d1 commit 3c39fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build-phar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ vendor/bin/box compile
if [[ "$GPG_ENCRYPTION" != '' ]] ; then
echo $GPG_ENCRYPTION | gpg --batch --passphrase-fd 0 keys.asc.gpg
gpg --batch --yes --import keys.asc
echo $SIGNING_KEY | gpg --batch --passphrase-fd 0 -u 51BDDA10E67212A00BFD8A4B67FC14A4553D379C --armor --detach-sig build/psalm.phar
echo $SIGNING_KEY | gpg --batch --passphrase-fd 0 -u 67FC14A4553D379C --armor --detach-sig build/psalm.phar
fi

0 comments on commit 3c39fd6

Please sign in to comment.