From 26f1e7feae866fd445f725317fadf8e1be96b184 Mon Sep 17 00:00:00 2001 From: Junyoung Clare Jang Date: Fri, 31 Jul 2020 17:20:36 -0400 Subject: [PATCH] Remove a redundant caching step --- .circleci/config.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 453ef77811..35d38741ef 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -78,10 +78,6 @@ defaults: &defaults - store_artifacts: path: test-logs - - save_cache: - key: stack-cache-{{ .Environment.HIE_CACHE }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "stack-build.txt" }} - paths: *cache_paths - - save_cache: key: stack-cache-{{ .Environment.HIE_CACHE }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "stack-build.txt" }}-{{ checksum "all-cabal.txt" }} paths: *cache_paths