Retry composer installs in CI

This commit is contained in:
Jeppe B
2026-06-10 19:12:12 +02:00
parent 67d62eff70
commit 7e85c74e60
2 changed files with 15 additions and 2 deletions
+2 -1
View File
@@ -112,7 +112,8 @@ tar \
-C services/nginx/app -cf - . \
| docker compose $compose_files exec -T php1 tar -C /var/www/html -xf -
docker compose $compose_files exec -T php1 sh -lc \
retry_command "${PHP_CI_COMPOSER_RETRIES:-3}" \
docker compose $compose_files exec -T php1 sh -lc \
'cd /var/www/html && composer install --no-interaction --prefer-dist --no-progress'
docker compose $compose_files exec -T php1 sh -lc \