deviantintegral / drupal_tests

A docker container based for running Drupal tests in CircleCI
GNU General Public License v3.0
24 stars 9 forks source link

Fix patches #43

Closed deviantintegral closed 6 years ago

deviantintegral commented 6 years ago

Patches are not properly applying. Even though composer-patches is being installed, it's hooks are not being called until a second composer update run command, which won't work in CI.

It looks like this is caused by the vendor directory caching optimizations. This PR instead preserves the exact set of vendor / composer files, simply keeping a copy of the files in /root/.composer/cache without trying to do anything with the vendor directory.

juampynr commented 6 years ago

Looks good to me. Let's see the result of the other job.

juampynr commented 6 years ago

ah! It did pass. Merging.