Skip to content

Commit 75d4c62

Browse files
authored
Merge pull request #262 from Ailrun/fix-ci
Remove a redundant caching step
2 parents 0adf4bd + 26f1e7f commit 75d4c62

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)