Skip to content

Commit

Permalink
fix: cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Nov 11, 2019
1 parent 2e8f7c8 commit d16e80b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ node_unit_tests: &node_unit_tests
echo "CIRCLE_NODE_VERSION=${CIRCLE_NODE_VERSION}"
- restore_cache:
keys:
- npm-cache-01-{{ .Environment.CIRCLE_JOB }}-{{ checksum "/tmp/checksums.txt" }}-2
- npm-cache-01-{{ .Environment.CIRCLE_JOB }}-{{ checksum "/tmp/checksums.txt" }}-1
- restore_cache:
keys:
- npm-cache-02-{{ .Environment.CIRCLE_JOB }}-{{ checksum "/tmp/checksums.txt" }}-2
Expand Down Expand Up @@ -118,8 +118,6 @@ browsers_unit_tests: &browsers_unit_tests
<<: *cache_1
- save_cache:
<<: *cache_2
- save_cache:
<<: *cache_3
- run:
name: Compile code
command: yarn compile
Expand Down

0 comments on commit d16e80b

Please sign in to comment.