Skip to content

Commit

Permalink
chore: update circle ci cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 committed Feb 7, 2020
1 parent 7c362c0 commit dd61a59
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
- run: git submodule update --recursive --init
- restore_cache:
keys:
- v1-dependency-cache-{{ arch }}-{{ checksum "mix.lock" }}
- v1-dependency-cache-{{ arch }}
- v1-dependency-cache
- v2-dependency-cache-{{ arch }}-{{ checksum "mix.lock" }}
- v2-dependency-cache-{{ arch }}
- v2-dependency-cache

- run: mix local.hex --force
- run: mix deps.get
Expand All @@ -23,7 +23,7 @@ jobs:
MIX_ENV: test

- save_cache:
key: v1-dependency-cache-{{ arch }}-{{ checksum "mix.lock" }}
key: v2-dependency-cache-{{ arch }}-{{ checksum "mix.lock" }}
paths:
- _build
- deps
Expand All @@ -33,14 +33,14 @@ jobs:

- restore_cache:
keys:
- v1-plt-cache-{{ arch }}-{{ checksum "mix.lock" }}
- v1-plt-cache-{{ arch }}
- v1-plt-cache
- v2-plt-cache-{{ arch }}-{{ checksum "mix.lock" }}
- v2-plt-cache-{{ arch }}
- v2-plt-cache

- run: mix dialyzer --plt

- save_cache:
key: v1-plt-cache-{{ arch }}-{{ checksum "mix.lock" }}
key: v2-plt-cache-{{ arch }}-{{ checksum "mix.lock" }}
paths:
- _build
- ~/.mix
Expand Down

0 comments on commit dd61a59

Please sign in to comment.