Skip to content

Commit

Permalink
CircleCI config: Separate 5.20 dependencies cache (#7999)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgirardi authored Feb 2, 2022
1 parent 2fb3a83 commit c163796
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#

aliases:
aliases:
- &environment
docker:
# specify the version you desire here
Expand All @@ -17,9 +17,8 @@ aliases:

- &restore_dep_cache
keys:
- v1-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- v5.20.x-legacy-dependencies-{{ checksum "package.json" }}
- v5.20.x-legacy-dependencies-

- &save_dep_cache
paths:
Expand Down Expand Up @@ -72,7 +71,7 @@ jobs:
build:
<<: *environment
steps: *unit_test_steps

e2etest:
<<: *environment
steps: *endtoend_test_steps
Expand Down

0 comments on commit c163796

Please sign in to comment.