Repeat too

This commit is contained in:
Daniil Gentili 2023-10-24 00:20:35 +02:00
parent 735767a16e
commit e6f1f34e1a

View File

@ -28,6 +28,6 @@ echo "About to run composer"
rm -rf vendor
docker run -v $PWD:/app --rm --privileged -it asan_tests /usr/bin/php /app/wrap.php /usr/bin/composer update
docker run -v $PWD:/app --rm --privileged -it asan_tests /usr/bin/php --repeat 2 -f /app/wrap.php /usr/bin/composer update
echo "OK, no bugs!"