Skip to content

Commit

Permalink
Increment cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Dec 9, 2024
1 parent 4ed8fd1 commit 8d12969
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
# Restore Cached Dependencies
- restore_cache:
keys:
- figgy-{{ checksum "Gemfile.lock" }}-{{ checksum "yarn.lock" }}-20230518
- figgy-{{ checksum "Gemfile.lock" }}-{{ checksum "yarn.lock" }}-20241209
# Install Bundler
- run: gem install bundler -v '2.3.18'
# Bundle install dependencies
- run: bundle install --path vendor/bundle
- save_cache:
key: figgy-{{ checksum "Gemfile.lock" }}-{{ checksum "yarn.lock" }}-20230518
key: figgy-{{ checksum "Gemfile.lock" }}-{{ checksum "yarn.lock" }}-20241209
paths:
- ./vendor/bundle
- run:
Expand All @@ -51,7 +51,7 @@ jobs:
yarn install --frozen-lockfile
- save_cache:
name: Save Yarn Package Cache
key: figgy-yarn-{{ checksum "yarn.lock" }}-20230518
key: figgy-yarn-{{ checksum "yarn.lock" }}-20241209
paths:
- ~/.cache/yarn
- persist_to_workspace:
Expand Down

0 comments on commit 8d12969

Please sign in to comment.