Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redeploy doesn't work #169

Open
Radio opened this issue Nov 3, 2017 · 1 comment
Open

Redeploy doesn't work #169

Radio opened this issue Nov 3, 2017 · 1 comment

Comments

@Radio
Copy link

Radio commented Nov 3, 2017

I'm running:

composer run-script post-install-cmd -vvv -- --redeploy

It outputs (besides composer stuff):

start magento core deploy via deployManager
start magento module deploy via deployManager
jump over deployLibraries as no Magento libraryPath is set

But no package is re-deployed.
I've checked in: \MagentoHackathon\Composer\Magento\DeployManager::doDeploy
And found out that there are no packages set up in the deploy manager.
\MagentoHackathon\Composer\Magento\DeployManager::addPackage needs to be called in order to add packages, but it looks like this only happens on composer install and composer update (see: \MagentoHackathon\Composer\Magento\Installer\MagentoInstallerAbstract::install and \MagentoHackathon\Composer\Magento\Installer\MagentoInstallerAbstract::update).

I also found it in \MagentoHackathon\Composer\Magento\Command\DeployCommand::execute but this class seems not being used anymore.

Please suggest.

@kozie
Copy link

kozie commented Jul 5, 2018

It isn't doing a thing for me neither. It even doesn't patch the app/Mage.php.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants