Skip to content
This repository was archived by the owner on Dec 17, 2018. It is now read-only.

Commit c0d0fbe

Browse files
committed
Bump cache
1 parent 8d9cbe9 commit c0d0fbe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
- checkout
88
- restore_cache:
99
keys:
10-
- v3-dependency-cache-{{ checksum "mix.lock" }}
11-
- v3-dependency-cache
10+
- v4-dependency-cache-{{ checksum "mix.lock" }}
11+
- v4-dependency-cache
1212
- run: mix local.hex --force
1313
- run: mix local.rebar --force
1414
- run: mix deps.get
@@ -20,8 +20,8 @@ jobs:
2020
MIX_ENV: test
2121
- restore_cache:
2222
keys:
23-
- v3-plt-cache-{{ checksum "mix.lock" }}
24-
- v3-plt-cache
23+
- v4-plt-cache-{{ checksum "mix.lock" }}
24+
- v4-plt-cache
2525
- run: mix dialyzer --plt
2626
- run: mix dialyzer --halt-exit-status
2727
- run: mix credo --strict --ignore linelength -a
@@ -34,13 +34,13 @@ jobs:
3434
environment:
3535
MIX_ENV: docs
3636
- save_cache:
37-
key: v3-plt-cache-{{ checksum "mix.lock" }}
37+
key: v4-plt-cache-{{ checksum "mix.lock" }}
3838
paths:
3939
- _build
4040
- deps
4141
- ~/.mix
4242
- save_cache:
43-
key: v3-dependency-cache-{{ checksum "mix.lock" }}
43+
key: v4-dependency-cache-{{ checksum "mix.lock" }}
4444
paths:
4545
- _build
4646
- deps

0 commit comments

Comments
 (0)