branch: elpa/yasnippet-snippets commit 091abbce0affa7b122f1a3fc20e032a3465e0d26 Author: Andrea Crotti <andrea.crott...@gmail.com> Commit: Andrea Crotti <andrea.crott...@gmail.com>
right dir --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 646fef2..c5b5ef7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,7 +21,7 @@ jobs: - checkout - restore_cache: keys: - - v1-dependencies-{{ checksum "project.clj" }} + - v1-dependencies-{{ checksum "report/project.clj" }} # fallback to using the latest cache if no exact match is found - v1-dependencies- @@ -30,7 +30,7 @@ jobs: - save_cache: paths: - ~/.m2 - key: v1-dependencies-{{ checksum "project.clj" }} + key: v1-dependencies-{{ checksum "report/project.clj" }} # run tests! - run: lein test