Skip to content
Snippets Groups Projects
Verified Commit 350464e8 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3315694 by b_sharpe, vermario, deviantintegral, narendraR: Allow recipe...

Issue #3315694 by b_sharpe, vermario, deviantintegral, narendraR: Allow recipe command to write to the container - ensuring that cache does not be cleared after a recipe installs a module

(cherry picked from commit 34a63685)
parent 585c4ba1
No related branches found
No related tags found
No related merge requests found
......@@ -192,7 +192,7 @@ private function rollBackToCheckpoint(Checkpoint $checkpoint): void {
* Exception thrown if kernel does not boot.
*/
protected function boot() {
$kernel = new DrupalKernel('prod', $this->classLoader, FALSE);
$kernel = new DrupalKernel('prod', $this->classLoader);
$kernel::bootEnvironment();
$kernel->setSitePath($this->getSitePath());
Settings::initialize($kernel->getAppRoot(), $kernel->getSitePath(), $this->classLoader);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment