Skip to content

Commit

Permalink
Remove CI cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ankeetmaini committed Jan 5, 2020
1 parent b316076 commit 7b91527
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .circleci/config.yml
Expand Up @@ -17,17 +17,17 @@ jobs:
command: nvm install 9.10.0 && nvm alias default 9.10.0
- run: npm i
# Restore the dependency cache
- restore_cache:
keys:
# This branch if available
- v1-dep-{{ .Branch }}-
# Default branch if not
- v1-dep-master-
# Any branch if there are none on the default branch - this should be unnecessary if you have your default branch configured correctly
- v1-dep-
# - restore_cache:
# keys:
# # This branch if available
# - v1-dep-{{ .Branch }}-
# # Default branch if not
# - v1-dep-master-
# # Any branch if there are none on the default branch - this should be unnecessary if you have your default branch configured correctly
# - v1-dep-
# Save dependency cache
- save_cache:
key: v1-dep-{{ .Branch }}-{{ epoch }}
key: v3-dep-{{ .Branch }}-{{ epoch }}
paths:
# This is a broad list of cache paths to include many possible development environments
# You can probably delete some of these entries
Expand Down

0 comments on commit 7b91527

Please sign in to comment.