File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,9 @@ install_symfony () {
40
40
setup bash -c " \
41
41
composer create-project symfony/symfony-demo symfony $symfony_version --no-interaction --working-dir=/code/app && \
42
42
composer update symfony/ux-twig-component:2.18.1 --working-dir=/code/app/symfony && \
43
- composer dump-autoload --classmap-authoritative --working-dir=/code/app/symfony"
43
+ composer dump-autoload --classmap-authoritative --working-dir=/code/app/symfony && \
44
+ /bin/console cache:clear && \
45
+ /bin/console cache:warmup"
44
46
fi
45
47
46
48
if [[ " $INFRA_ENVIRONMENT " == " aws" ]]; then
@@ -78,7 +80,7 @@ install_wordpress () {
78
80
--admin_user=wordpress --admin_password=wordpress
[email protected]
79
81
80
82
elif [[ " $INFRA_RUNNER " == " docker" ]]; then
81
- echo " TODO to implement ..."
83
+ echo " Not implemented yet ..."
82
84
fi
83
85
fi
84
86
}
You can’t perform that action at this time.
0 commit comments