Optimized code for FormatFunctionTest

This commit is contained in:
Kevin Frantz
2019-03-29 18:44:22 +01:00
parent 94b84527a8
commit fb4dd58cde
3 changed files with 48 additions and 20 deletions

View File

@@ -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
)