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

Increment the cache key version prefix to avoid issues with stale caches. #36

Closed m4olivei closed 6 years ago

m4olivei commented 6 years ago

I found then when updating a repo already using drupal_tests CircleCI templates, I needed to increment the cache key so that it would avoid using old, stale, broken caches.

deviantintegral commented 6 years ago

Looks good, thanks!