Skip to content

Commit 26f1e7f

Browse files
committed
Remove a redundant caching step
1 parent bd5e256 commit 26f1e7f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.circleci/config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,6 @@ defaults: &defaults
7878
- store_artifacts:
7979
path: test-logs
8080

81-
- save_cache:
82-
key: stack-cache-{{ .Environment.HIE_CACHE }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "stack-build.txt" }}
83-
paths: *cache_paths
84-
8581
- save_cache:
8682
key: stack-cache-{{ .Environment.HIE_CACHE }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "stack-build.txt" }}-{{ checksum "all-cabal.txt" }}
8783
paths: *cache_paths

0 commit comments

Comments
 (0)