mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 05:47:11 +02:00
Optimized code for FormatFunctionTest
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#!/bin/bash
|
||||
(
|
||||
cd "$(dirname "$(readlink -f "${0}")")/../docker-symfony/" &&
|
||||
cd "$(dirname "$(readlink -f "${0}")")/../docker-symfony/" &&
|
||||
docker-compose exec php php /var/www/symfony/bin/console cache:clear &&
|
||||
docker-compose exec php php /var/www/symfony/bin/console cache:clear --env=prod
|
||||
docker-compose exec php php /var/www/symfony/bin/console cache:clear --env=prod &&
|
||||
docker-compose exec php php /var/www/symfony/bin/console cache:clear --env=test
|
||||
)
|
||||
|
Reference in New Issue
Block a user