From ed86e7837c1951db67356ceca7b7ae53c036b783 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sun, 31 Jan 2021 05:51:55 -0800 Subject: [PATCH] Another attempt to fix CircleCI build --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1b1f3cb..86d0456 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ jobs: steps: - checkout - restore_cache: - key: honeysql-{{ checksum "deps.edn" }} + key: honeysql-v2-{{ checksum "deps.edn" }} - run: name: Get rid of erroneous git config command: rm -rf ~/.gitconfig @@ -25,7 +25,7 @@ jobs: - ~/.m2 - ~/.gitlibs - ~/node_modules - key: honeysql-{{ checksum "deps.edn" }} + key: honeysql-v2-{{ checksum "deps.edn" }} - run: name: Run all the tests command: sh run-tests.sh all