Skip to content

Commit 9a415d7

Browse files
author
He, Joan(johe)
committed
Merge pull request #4 from magento-ogre/MAGETWO-50330-rocketweb-pr
Ogre Rocketweb PR
2 parents 5b5d29e + 59c9786 commit 9a415d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/MagentoHackathon/Composer/Magento/Installer.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,10 @@ public function __construct(IOInterface $io, Composer $composer, $type = 'magent
176176
$this->isForced = (bool)$extra['magento-force'];
177177
}
178178

179+
if (false !== getenv('PLATFORM_PROJECT')) {
180+
$this->setDeployStrategy('none');
181+
}
182+
179183
if (isset($extra['magento-deploystrategy'])) {
180184
$this->setDeployStrategy((string)$extra['magento-deploystrategy']);
181185
}

0 commit comments

Comments
 (0)