From 17e9c7e6dd2028c6c2710c7d5c19df294ec8d442 Mon Sep 17 00:00:00 2001 From: Dominic Steinitz Date: Tue, 3 Apr 2018 13:35:05 +0100 Subject: Change cache name --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.circleci') diff --git a/.circleci/config.yml b/.circleci/config.yml index 497e4dc..308dc04 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ jobs: steps: - checkout - restore_cache: - key: stack-deps-{{ checksum "stack.yaml" }} + key: stack-deps-foo-{{ checksum "stack.yaml" }} - run: name: Update packages command: nix-channel --update @@ -19,7 +19,7 @@ jobs: - save_cache: paths: - "~/.stack" - key: stack-deps-{{ checksum "stack.yaml" }} + key: stack-deps-foo-{{ checksum "stack.yaml" }} - run: name: Building command: stack build --pedantic -- cgit v1.2.3