aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexwl <alexey.a.kiryushin@gmail.com>2019-05-08 14:22:11 +0300
committeralexwl <alexey.a.kiryushin@gmail.com>2019-05-08 14:22:11 +0300
commit4e4947b47878140f7266a5ecd51884fc1263d7d7 (patch)
treea22d7fb8c2c3e617433e2b9109a6048dc94dda8e
parent660e3020f5bbda277278355a861d8e3d6ebeeec8 (diff)
Update circleci cache key
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 6071275..e4082de 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -27,7 +27,7 @@ defaults: &defaults
command: stack --stack-yaml=${STACK_FILE} test || stack --stack-yaml=${STACK_FILE} exec --no-ghc-package-path $(stack --stack-yaml=${STACK_FILE} path --dist-dir)/build/test/test
- save_cache:
name: Cache Dependencies
- key: haskell-code-explorer-{{ checksum "stack-build.txt" }}
+ key: haskell-code-explorer-v1-{{ checksum "stack-build.txt" }}
paths:
- "/root/.stack"
- "/root/.cache"