Skip to content

Commit bb7adbf

Browse files
committed
simplify
1 parent fb14b1a commit bb7adbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ composer-dependency-analyser:
168168

169169
.PHONY: infection
170170
infection:
171-
git clone https://github.com/phpstan/build-infection.git || true
171+
git -C build-infection pull || git clone https://github.com/phpstan/build-infection.git
172172
git -C build-infection fetch origin && git -C build-infection reset --hard origin/1.x
173173
composer install --working-dir build-infection --no-interaction --no-progress
174174
php build-infection/bin/infection-config.php --source-directory='build/PHPStan/Build'> tmp/infection.json5

0 commit comments

Comments
 (0)