mirror of
https://github.com/haskell/haskell-language-server.git
synced 2024-11-09 22:26:07 +03:00
Remove a redundant caching step
This commit is contained in:
parent
bd5e2565c6
commit
26f1e7feae
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user