The deployer tool does not handle symlinks correctly, fails silently. #10292
Open
Description
Preconditions
- 2.1.7
- php7.0
Steps to reproduce
- Clone an existing site, having previously been installed and committed to vcs, but without the vendored dependencies.
rm -rf
media, and create a symlink that points to/tmp/thisdoesnotexist
- Try and install the application
Expected result
- The application install fails critically
Actual result
- The application install appears to succeed, but the files
boostrap.php
etc. are missing.
See the following stack overflow post for further details. https://magento.stackexchange.com/questions/177924/magenta-2-1-5-composer-install-fails-to-generate-all-files/184666#184666
Metadata
Assignees
Labels
Gate 3 Passed. Manual verification of the issue completed. Issue is confirmedA defect with this priority could have functionality issues which are not to expectations.The issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 releaseMajor restrictions or short-term circumventions are required until a fix is available.
Type
Projects
Status
Ready for Development