diff options
author | alexwl <alexey.a.kiryushin@gmail.com> | 2019-05-08 14:22:11 +0300 |
---|---|---|
committer | alexwl <alexey.a.kiryushin@gmail.com> | 2019-05-08 14:22:11 +0300 |
commit | 4e4947b47878140f7266a5ecd51884fc1263d7d7 (patch) | |
tree | a22d7fb8c2c3e617433e2b9109a6048dc94dda8e | |
parent | 660e3020f5bbda277278355a861d8e3d6ebeeec8 (diff) |
Update circleci cache key
-rw-r--r-- | .circleci/config.yml | 2 |
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" |