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 bb9e848 commit 49c4522Copy full SHA for 49c4522
docker/test_lfs.bsh
@@ -7,10 +7,11 @@ git lfs init
7
git config --global user.email "[email protected]"
8
git config --global user.name "Your Name"
9
10
+mkdir /tmp/lfs-test-dir
11
cp -ra /src /tmp/test/
12
cd /tmp/test
13
mkdir -p ./src/github.com/github
14
unlink src/github.com/github/git-lfs || :
15
ln -sf $(pwd) src/github.com/github/git-lfs
16
LFS_BIN=1 GOPATH=$(pwd) ./script/test
-LFS_BIN=1 ./script/integration
17
+LFS_BIN=1 GIT_LFS_TEST_DIR=/tmp/lfs-test-dir ./script/integration
0 commit comments