We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33eb6ef commit 83f0813Copy full SHA for 83f0813
Makefile
@@ -166,7 +166,7 @@ composer-dependency-analyser:
166
167
.PHONY: infection
168
infection:
169
- git clone https://github.com/phpstan/build-infection.git || true
+ git -C build-infection pull || git clone https://github.com/phpstan/build-infection.git
170
git -C build-infection fetch origin && git -C build-infection reset --hard origin/1.x
171
composer install --working-dir build-infection --no-interaction --no-progress
172
php build-infection/bin/infection-config.php --source-directory='build/PHPStan/Build'> tmp/infection.json5
0 commit comments