diff --git a/src/MagentoHackathon/Composer/Magento/Installer.php b/src/MagentoHackathon/Composer/Magento/Installer.php index deef73e7..2b590035 100644 --- a/src/MagentoHackathon/Composer/Magento/Installer.php +++ b/src/MagentoHackathon/Composer/Magento/Installer.php @@ -175,10 +175,6 @@ public function __construct(IOInterface $io, Composer $composer, $type = 'magent $this->isForced = (bool)$extra['magento-force']; } - if (false !== getenv('MAGENTO_CLOUD_PROJECT')) { - $this->setDeployStrategy('none'); - } - if (isset($extra['magento-deploystrategy'])) { $this->setDeployStrategy((string)$extra['magento-deploystrategy']); }