Skip to content

Commit

Permalink
clear ci cache
Browse files Browse the repository at this point in the history
  • Loading branch information
rosskevin committed Dec 31, 2018
1 parent b5eb125 commit 694fe85
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ install_js: &install_js
yarn
restore_yarn_cache: &restore_yarn_cache
restore_cache:
key: v1-yarn-sha-{{ checksum "yarn.lock" }}
key: v2-yarn-sha-{{ checksum "yarn.lock" }}
restore_yarn_offline_mirror: &restore_yarn_offline_mirror
restore_cache:
key: v1-npm-packages-offline-cache
key: v2-npm-packages-offline-cache
version: 2
jobs:
checkout:
Expand All @@ -42,11 +42,11 @@ jobs:
name: Should not have any git not staged
command: git diff --exit-code
- save_cache:
key: v1-yarn-sha-{{ checksum "yarn.lock" }}
key: v2-yarn-sha-{{ checksum "yarn.lock" }}
paths:
- ~/.cache/yarn/v1
- save_cache:
key: v1-npm-packages-offline-cache
key: v2-npm-packages-offline-cache
paths:
- ~/.cache/npm-packages-offline-cache/v1
test_unit:
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
name: Can we generate the documentation?
command: yarn docs:api
- run:
name: "`yarn docs:api` changes commited?"
name: '`yarn docs:api` changes commited?'
command: git diff --exit-code
- run:
name: Install dependencies for Chrome Headless
Expand Down

0 comments on commit 694fe85

Please sign in to comment.