Skip to content

Commit

Permalink
ci: cache v2
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Nov 10, 2024
1 parent e677e1d commit d4f73db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ commands:
steps:
- checkout
- gradle/with_cache:
cache_key: 'v1'
cache_key: 'v2'
steps:
- run:
name: chmod permissions
Expand Down
2 changes: 1 addition & 1 deletion .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ commands:
steps:
- checkout
- gradle/with_cache:
cache_key: 'v1'
cache_key: 'v2'
steps:
- run:
name: chmod permissions
Expand Down

0 comments on commit d4f73db

Please sign in to comment.