Skip to content

Commit

Permalink
[CLEANUP] Remove deprecated tasks followup
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschaufi committed Feb 19, 2020
1 parent a313c3b commit 13c7b68
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/Application/TYPO3/CMS.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
use TYPO3\Surf\Domain\Model\Workflow;
use TYPO3\Surf\Task\DumpDatabaseTask;
use TYPO3\Surf\Task\RsyncFoldersTask;
use TYPO3\Surf\Task\TYPO3\CMS\CopyConfigurationTask;
use TYPO3\Surf\Task\TYPO3\CMS\CreatePackageStatesTask;
use TYPO3\Surf\Task\TYPO3\CMS\FlushCachesTask;
use TYPO3\Surf\Task\TYPO3\CMS\SetUpExtensionsTask;
Expand Down Expand Up @@ -85,14 +84,7 @@ public function registerTasks(Workflow $workflow, Deployment $deployment)
}
$workflow
->afterStage('transfer', CreatePackageStatesTask::class, $this)
->afterStage(
'update',
[
SymlinkDataTask::class,
CopyConfigurationTask::class
],
$this
)
->afterStage('update', SymlinkDataTask::class, $this)
->afterStage('switch', FlushCachesTask::class, $this)
->addTask(SetUpExtensionsTask::class, 'migrate', $this);
}
Expand Down

0 comments on commit 13c7b68

Please sign in to comment.