We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 080e2a3 commit 6fa9b75Copy full SHA for 6fa9b75
.circleci/config.yml
@@ -42,7 +42,7 @@ jobs:
42
mkdir -p /tmp/cache
43
tar czvf /tmp/cache/git-annex-standalone.tar.gz /usr/bin/git-annex /usr/bin/git-annex-shell /usr/lib/git-annex.linux
44
else
45
- sudo tar xzfv /tmp/cache/git-annex-standalone.tar.gz
+ sudo tar xzfv /tmp/cache/git-annex-standalone.tar.gz -C /
46
fi
47
git config --global user.name "First Last"
48
git config --global user.email "[email protected]"
0 commit comments