Skip to content

Remove unused composer rake task

Steve Abrams requested to merge 333694-remove-rake-task into master

🎋 Context

The Composer cache file system is not used, so we are in the process of removing any dead code. #333694 contains details why the system is not used and how we came to that conclusion.

🔦 What does this MR do and why?

This MR removes an irrelevant rake task related to the composer cache file system.

This will allow us to further remove the related Composer::Cache model code in future MRs.

📽 Screenshots or screen recordings

N/A

How to set up and validate locally

N/A

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #333694

Edited by Steve Abrams

Merge request reports