Skip to content

Commit

Permalink
clear ci cache
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Jul 27, 2018
1 parent c3a9c38 commit a4aa164
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- checkout
- restore_cache:
keys:
- dep-bundle-16-{{ checksum "package.json" }}
- dep-bundle-17-{{ checksum "package.json" }}
- run: npm install
- save_cache:
key: dep-bundle-16-{{ checksum "package.json" }}
key: dep-bundle-17-{{ checksum "package.json" }}
paths:
- ~/repo/node_modules
- run: npm run lint && npm run test && npm run downloadsolc && npm run make-mock-compiler && npm run build
Expand All @@ -46,10 +46,10 @@ jobs:
- checkout
- restore_cache:
keys:
- dep-bundle-11-{{ checksum "package.json" }}
- dep-bundle-12-{{ checksum "package.json" }}
- run: npm install
- save_cache:
key: dep-bundle-11-{{ checksum "package.json" }}
key: dep-bundle-12-{{ checksum "package.json" }}
paths:
- ~/repo/node_modules
- run: npm run build_debugger
Expand Down

0 comments on commit a4aa164

Please sign in to comment.