Skip to content

Commit 6fa9b75

Browse files
committed
fix(circleci): test cached git-annex distribution
1 parent 080e2a3 commit 6fa9b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
mkdir -p /tmp/cache
4343
tar czvf /tmp/cache/git-annex-standalone.tar.gz /usr/bin/git-annex /usr/bin/git-annex-shell /usr/lib/git-annex.linux
4444
else
45-
sudo tar xzfv /tmp/cache/git-annex-standalone.tar.gz
45+
sudo tar xzfv /tmp/cache/git-annex-standalone.tar.gz -C /
4646
fi
4747
git config --global user.name "First Last"
4848
git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)