Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
Don't restore old cache
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Mar 6, 2022
1 parent 9813404 commit 75e9cc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
# resource_class: arm.medium
steps:
- checkout
# - restore_cache:
# keys:
# - xtrabackup-v2
- restore_cache:
keys:
- xtrabackup-v2
- run: ./.circleci/linux_circle_vm_setup.sh
- run: xtrabackup-8.0 && ./build.sh
# - save_cache:
Expand Down

0 comments on commit 75e9cc2

Please sign in to comment.