blt icon indicating copy to clipboard operation
blt copied to clipboard

DX-5149: Failed to patch during deployment

Open nirojghale-iheartmedia opened this issue 3 years ago • 0 comments

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:

  1. Run composer update with this comoser.json file.
  2. Read your local file 'docroot/modules/contrib/entity_reference_revisions/src/Normalizer/EntityReferenceRevisionItemNormalizer.php'
  3. Run blt deploy and deploy the tag to remote cloud
  4. 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.

nirojghale-iheartmedia avatar Aug 01 '22 17:08 nirojghale-iheartmedia