We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0adf4bd + 26f1e7f commit 75d4c62Copy full SHA for 75d4c62
.circleci/config.yml
@@ -78,10 +78,6 @@ defaults: &defaults
78
- store_artifacts:
79
path: test-logs
80
81
- - save_cache:
82
- key: stack-cache-{{ .Environment.HIE_CACHE }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "stack-build.txt" }}
83
- paths: *cache_paths
84
-
85
- save_cache:
86
key: stack-cache-{{ .Environment.HIE_CACHE }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "stack-build.txt" }}-{{ checksum "all-cabal.txt" }}
87
paths: *cache_paths
0 commit comments