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

Commit

Permalink
Remove cache restore
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Mar 6, 2022
1 parent 75e9cc2 commit 86ca2ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 61 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
resource_class: arm.medium
steps:
- checkout
- restore_cache:
keys:
- xtrabackup-v1
# - restore_cache:
# keys:
# - xtrabackup-v1
- run: ./.circleci/linux_circle_vm_setup.sh
- run: cd xtrabackup-8.0 >/dev/null && ./build.sh
- save_cache:
key: xtrabackup-v1
paths:
- xtrabackup-8.0/percona-xtrabackup
# - save_cache:
# key: xtrabackup-v1
# paths:
# - xtrabackup-8.0/percona-xtrabackup
- run:
name: Upload artifacts to GitHub release page
command: |
Expand Down
54 changes: 0 additions & 54 deletions config.yml

This file was deleted.

0 comments on commit 86ca2ba

Please sign in to comment.