We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a9354 commit 01507e0Copy full SHA for 01507e0
src/Robo/Plugin/Commands/DevelopmentModeCommands.php
@@ -203,14 +203,6 @@ public function databaseRefreshTugboat(): ResultData
203
$resultData->append($taskResult);
204
$taskResult = $this->taskExec('rm')->args($dbPath)->run();
205
206
-
207
- if (!$this->drupalVersionIsD7($this->drupalRoot)) {
208
- $taskResult = $this->taskExec("$this->vendorDirectory/bin/drush")
209
- ->arg('cache:rebuild')
210
- ->dir("$this->drupalRoot/sites/$siteName")
211
- ->run();
212
- $resultData->append($taskResult);
213
- }
214
}
215
216
return $resultData;
0 commit comments