Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4346 from esl/invalidate-circleci-cache-with-plugins
Invalidate CircleCI deps cache if the plugin list changes This PR addresses MIM-2265. It is hard to handle updates of plugins, circleci would always use the cached old version. And rebar.lock is not tracking plugins. Proposed changes include: Hashing of {plugins, ...}. block. Useful if you are developing or updating plugins Invalidate CircleCI deps cache if the plugin list changes We use base circle ci image for initial template generation, which has no Erlang. So we use sed to match plugins block and we hash it.
- Loading branch information