Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Jan 17, 2024
1 parent c3ef322 commit 781734d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions bin/build-phar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

set -e

sed 's/PsalmAutoloader/PsalmPharAutoloader/g' -i composer.json
rm -rf vendor/composer
composer install

composer bin box install

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
Expand All @@ -20,10 +16,6 @@ fi

vendor/bin/box compile --no-parallel

sed 's/PsalmPharAutoloader/PsalmAutoloader/g' -i composer.json
rm -rf vendor/composer
composer install

if [[ "$GPG_SIGNING" != '' ]] ; then
if [[ "$GPG_SECRET_KEY" != '' ]] ; then
echo "Load secret key into gpg"
Expand Down

0 comments on commit 781734d

Please sign in to comment.