Skip to content

fix deploy strategy change from symlink to copy#208

Open
AGelzer wants to merge 2 commits intoCotya:mainfrom
AGelzer:fix_deploy_strategy_change_to_copy
Open

fix deploy strategy change from symlink to copy#208
AGelzer wants to merge 2 commits intoCotya:mainfrom
AGelzer:fix_deploy_strategy_change_to_copy

Conversation

@AGelzer
Copy link

@AGelzer AGelzer commented Aug 17, 2022

This fix #23

How to reproduce?

  1. Create composer.json { "require": { "aydin-hassan/magento-core-composer-installer": "2.1.0", "openmage/magento-lts": "v19.4.15", "magento-hackathon/magento-composer-installer": "4.0.2", "aoepeople/aoe_scheduler": "1.5.2", "ext-zlib": "*" }, "extra": { "magento-core-package-type": "magento-source", "magento-root-dir": "htdocs", "magento-force": true, "magento-deploystrategy": "symlink", "magento-deploystrategy-dev": "symlink" }, "config": { "allow-plugins": { "aydin-hassan/magento-core-composer-installer": true, "magento-hackathon/magento-composer-installer": true } } }
  2. run composer install
  3. change magento-deploystrategy to copy (composer.json)
  4. remove vendor dir
  5. run composer install

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

Successfully merging this pull request may close these issues.

ErrorException with copy strategy

1 participant