From 75e9cc2b086182cc638679a5efe2b19367e56da1 Mon Sep 17 00:00:00 2001 From: Randy Fay Date: Sun, 6 Mar 2022 09:16:23 -0700 Subject: [PATCH] Don't restore old cache --- config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.yml b/config.yml index 06b829f..e332e61 100644 --- a/config.yml +++ b/config.yml @@ -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: