Skip to content

Commit

Permalink
Update CircleCi config
Browse files Browse the repository at this point in the history
It's no longer required to run bundler/check gems in root
  • Loading branch information
dpiatek committed Dec 14, 2023
1 parent 1ae13ec commit 3fa142f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .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 Expand Up @@ -77,7 +77,6 @@ commands:
steps:
- restore_bundle_cache
- install_bundler
- run: bundle install --path vendor/bundle
- run: |
cd preview
bundle config set --local path 'vendor/bundle'
Expand Down

0 comments on commit 3fa142f

Please sign in to comment.