emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/yasnippet-snippets 091abbc 6/9: right dir


From: ELPA Syncer
Subject: [nongnu] elpa/yasnippet-snippets 091abbc 6/9: right dir
Date: Tue, 17 Aug 2021 16:57:39 -0400 (EDT)

branch: elpa/yasnippet-snippets
commit 091abbce0affa7b122f1a3fc20e032a3465e0d26
Author: Andrea Crotti <andrea.crotti.0@gmail.com>
Commit: Andrea Crotti <andrea.crotti.0@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]