Skip to content
Snippets Groups Projects
Commit 60fa2709 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

CI: cache:clear does a warmup anyway, no need to do it again

parent d14255c6
No related branches found
No related tags found
No related merge requests found
Pipeline #66716 passed
......@@ -87,9 +87,8 @@ task('build-custom', function () {
runLocally("composer dump-env '$APP_ENV'");
runLocally('rm -f .env.local');
// Cache warmup
// Cache clear/warmup
runLocally('php bin/console cache:clear');
runLocally('php bin/console cache:warmup');
});
// Deploy task
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment