EmicoEcommerce / Magento2TweakwiseExport-archived

Magento 2 module for Tweakwise export
Other
6 stars 16 forks source link

Fix for Magento2 cloud deployment #68

Closed bramstroker closed 5 years ago

stijnbernards commented 5 years ago

This PR resolves an issue where the bin/magento CLI would break during cloud deployments. Since the core_config_data is not available in the build step of a default M2 cloud deployment. The issue occurred due to the M2 CLI calling the configure function on all defined commands.

Instead of setting the default value in the configure function we've moved it to the execute function.