diff --git a/changelog/_unreleased/2024-03-27-bot-test.md b/changelog/_unreleased/2024-03-27-bot-test.md new file mode 100644 index 00000000000..ca432416268 --- /dev/null +++ b/changelog/_unreleased/2024-03-27-bot-test.md @@ -0,0 +1,8 @@ +--- +title: Run blue-green safe destructive migrations in system:update:finish command +issue: NEXT-0000 +author: jozsefdamokos +author_email: j.damokos@shopware.com +--- +# Core +* Changed bot testing diff --git a/src/Administration/Command/DeleteAdminFilesAfterBuildCommand.php b/src/Administration/Command/DeleteAdminFilesAfterBuildCommand.php index 0f15debfca9..f118821304e 100644 --- a/src/Administration/Command/DeleteAdminFilesAfterBuildCommand.php +++ b/src/Administration/Command/DeleteAdminFilesAfterBuildCommand.php @@ -24,6 +24,7 @@ class DeleteAdminFilesAfterBuildCommand extends Command */ protected function configure(): void { + // } protected function execute(InputInterface $input, OutputInterface $output): int