Skip to content

Commit

Permalink
fix circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
cantsin committed Jun 12, 2024
1 parent d9484ad commit cc71787
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@ jobs:
sudo locale-gen en en_US en_US.UTF-8
sudo dpkg-reconfigure locales
- checkout
- restore_cache:
keys:
- v2-dependencies-bundler-{{ checksum "Gemfile.lock" }}
# fallback to using the latest cache if no exact match is found
- v2-dependencies-bundler-
- run:
name: Bundle install dependencies
command: |
bundle config set path 'vendor/bundle'
bundle install --jobs=4 --retry=3
- save_cache:
paths:
- vendor/bundle
Expand Down

0 comments on commit cc71787

Please sign in to comment.