mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-25 06:51:08 +00:00
Remove twig clean from test script
This commit is contained in:
4
test.sh
4
test.sh
@@ -112,7 +112,7 @@ echo "clear caches and what-not.."
|
|||||||
php artisan cache:clear
|
php artisan cache:clear
|
||||||
php artisan config:clear
|
php artisan config:clear
|
||||||
php artisan route:clear
|
php artisan route:clear
|
||||||
php artisan twig:clean
|
# php artisan twig:clean
|
||||||
php artisan view:clear
|
php artisan view:clear
|
||||||
|
|
||||||
# run PHPUnit
|
# run PHPUnit
|
||||||
@@ -138,4 +138,4 @@ fi
|
|||||||
# restore current config:
|
# restore current config:
|
||||||
if [ -f $BACKUPENV ]; then
|
if [ -f $BACKUPENV ]; then
|
||||||
mv $BACKUPENV $ORIGINALENV
|
mv $BACKUPENV $ORIGINALENV
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user