blt
blt copied to clipboard
DX-5149: Failed to patch during deployment
Describe the bug I am upgrading from blt 11 to 13.5 and trying to patch one of the module. Composer patch works locally but whenever I deploy the code using blt deploy command it doesn't pickup the composer patch and just deploy the module without patch.
To Reproduce Steps to reproduce the behavior, ideally starting from a fresh install of BLT:
- Run
composer updatewith this comoser.json file. - Read your local file 'docroot/modules/contrib/entity_reference_revisions/src/Normalizer/EntityReferenceRevisionItemNormalizer.php'
- Run
blt deployand deploy the tag to remote cloud - Read your remote file 'docroot/modules/contrib/entity_reference_revisions/src/Normalizer/EntityReferenceRevisionItemNormalizer.php'
Expected behavior Your remote patch file should look same like your local patched file.
Composer and screenshots Composer.json file and screenshots
System information
- Operating system type: Mac
- Operating system version: 12.5
- BLT version: 13.5
Additional context There may be an issue while deploying code using blt please let me know if there is a way to debug.