From 60fa270935a889a94b94475cc69680f3e6ef71e2 Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Thu, 25 Nov 2021 11:45:18 +0100 Subject: [PATCH] CI: cache:clear does a warmup anyway, no need to do it again --- .gitlab-ci/deploy.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci/deploy.php b/.gitlab-ci/deploy.php index 2e01634..40e6de7 100644 --- a/.gitlab-ci/deploy.php +++ b/.gitlab-ci/deploy.php @@ -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 -- GitLab