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