django-cms / djangocms-moderation

Other
13 stars 21 forks source link

Fix CircleCI caching problem #45

Closed 0mk1 closed 6 years ago

0mk1 commented 6 years ago

Added restoring cache from a particular key, this way it will fail if there will be no image saved in the cache in this workflow. It will be more clear to us what happened. The previous problem occurred because job (py35_base) didn't save the image to cache, and then jobs like flake8 / py34-... restore cache from other commit (because of: key: py34-).