Skip to content

Commit

Permalink
invalidate cache on Circle.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturT committed Oct 29, 2024
1 parent bfef7a9 commit 7379eee
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 @@ -51,8 +51,8 @@ jobs:
- run: ./cc-test-reporter before-build
- restore_cache:
keys:
- v2-dependencies-bundler-{{ checksum "Gemfile.lock" }}
- v2-dependencies-bundler-
- v3-dependencies-bundler-{{ checksum "Gemfile.lock" }}
- v3-dependencies-bundler-
- run:
name: Install ruby dependencies
command: |
Expand All @@ -61,7 +61,7 @@ jobs:
- save_cache:
paths:
- ./vendor/bundle
key: v2-dependencies-bundler-{{ checksum "Gemfile.lock" }}
key: v3-dependencies-bundler-{{ checksum "Gemfile.lock" }}
- run:
name: Wait for postgres to be available
command: dockerize -wait tcp://localhost:5432 -timeout 1m
Expand Down

0 comments on commit 7379eee

Please sign in to comment.