Skip to content

Commit

Permalink
Merge pull request #338 from jolicode/fix/cache-warmup
Browse files Browse the repository at this point in the history
Allow failure on `cache:warmup` command
  • Loading branch information
pyrech authored Jan 15, 2025
2 parents e3776c0 + 412aad4 commit d1daa2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion castor.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function cache_clear(): void
// docker_compose_run('rm -rf var/cache/');
// // On the very first run, the vendor does not exist yet
// if (is_dir(variable('root_dir') . '/application/vendor')) {
// docker_compose_run('bin/console cache:warmup');
// docker_compose_run('bin/console cache:warmup', c: context()->withAllowFailure());
// }
}

Expand Down

0 comments on commit d1daa2d

Please sign in to comment.