Skip to content

Redeploy doesn't work #169

@maxhopei

Description

@maxhopei

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions