Skip to content

Commit

Permalink
Bumps the dependencies cache key in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Aug 24, 2019
1 parent f2c2d9d commit a962e93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ aliases:
at: ~/
- &yarn_cache
keys:
- yarn-packages-{{ checksum "yarn.lock" }}
- yarn-packages
- v1-yarn-packages-{{ checksum "yarn.lock" }}
- v1-yarn-packages-
- &persist_build
root: ~/
paths:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
name: Installing dependencies
command: yarn install --frozen-lockfile
- save_cache:
key: yarn-packages-{{ checksum "yarn.lock" }}
key: v1-yarn-packages-{{ checksum "yarn.lock" }}
paths:
- .cache
- persist_to_workspace:
Expand Down

0 comments on commit a962e93

Please sign in to comment.