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

Commit

Permalink
Finally get rid of extraneous popd
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Oct 20, 2021
1 parent 7a68f49 commit 19e7923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
keys:
- xtrabackup-v1
- run: ./.circleci/linux_circle_vm_setup.sh
- run: cd xtrabackup-8.0 >/dev/null && ./build.sh && popd >/dev/null
- run: cd xtrabackup-8.0 >/dev/null && ./build.sh
- save_cache:
key: xtrabackup-v1
paths:
Expand Down

0 comments on commit 19e7923

Please sign in to comment.