Skip to content

Commit

Permalink
Update cache key
Browse files Browse the repository at this point in the history
This was using bundlers lockfile which no longer exists.
  • Loading branch information
dpiatek committed Dec 14, 2023
1 parent 1ae13ec commit 05b52e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ executors:
- YARN_VERSION: 1.22.10

caches:
- &bundle_cache ably-ui-preview-bundle-v1-{{ checksum "Gemfile.lock" }}-{{ checksum "preview/Gemfile.lock" }}
- &bundle_cache ably-ui-preview-bundle-v1-{{ checksum "preview/Gemfile.lock" }}
- &yarn_cache ably-ui-preview-yarn-v1-{{ checksum "yarn.lock" }}-{{ checksum "preview/yarn.lock" }}

commands:
Expand Down

0 comments on commit 05b52e9

Please sign in to comment.