From 4e4947b47878140f7266a5ecd51884fc1263d7d7 Mon Sep 17 00:00:00 2001 From: alexwl Date: Wed, 8 May 2019 14:22:11 +0300 Subject: Update circleci cache key --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3