summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorDominic Steinitz <dominic@steinitz.org>2018-04-03 16:10:47 +0100
committerDominic Steinitz <dominic@steinitz.org>2018-04-03 16:10:47 +0100
commit09acf9a22396f074c83609a2b3d8770962d55e47 (patch)
tree2dec9eda6f02471296bea3eff9be965e04f1411b /.circleci
parent588e5ba997ce1fa4a4338beef81349a0d10f7966 (diff)
Force a new cache
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 308dc04..19a4f3f 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -6,7 +6,7 @@ jobs:
6 steps: 6 steps:
7 - checkout 7 - checkout
8 - restore_cache: 8 - restore_cache:
9 key: stack-deps-foo-{{ checksum "stack.yaml" }} 9 key: stack-deps-bar-{{ checksum "stack.yaml" }}
10 - run: 10 - run:
11 name: Update packages 11 name: Update packages
12 command: nix-channel --update 12 command: nix-channel --update
@@ -19,7 +19,7 @@ jobs:
19 - save_cache: 19 - save_cache:
20 paths: 20 paths:
21 - "~/.stack" 21 - "~/.stack"
22 key: stack-deps-foo-{{ checksum "stack.yaml" }} 22 key: stack-deps-bar-{{ checksum "stack.yaml" }}
23 - run: 23 - run:
24 name: Building 24 name: Building
25 command: stack build --pedantic 25 command: stack build --pedantic