Skip to content

Commit b8b0a7f

Browse files
author
Marcelo Vani
committed
Added cache clear after config import
1 parent aa10839 commit b8b0a7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Command/Site/UpdateCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ protected function execute(InputInterface $input, OutputInterface $output) {
9191
if ($this->getDrupalVersion() === 8) {
9292
$config_commands[] = sprintf('cd %s', $this->shellPath($this->getWebRoot()));
9393
$config_commands[] = 'drupal config:import';
94+
$config_commands[] = 'drupal cache:rebuild';
9495
$config_command = implode(' && ', $config_commands);
9596

9697
$this->io->commentBlock($config_command);

0 commit comments

Comments
 (0)