Skip to content

Commit 7c84dd1

Browse files
authored
docs: fix git-lfs changelog overrides the local one (#12464)
There are no reason to extract the entire archive when we only need `git-lfs` binary. The archive also contains a `CHANGELOG.md` file, which can override the local one.
1 parent 2992fb6 commit 7c84dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/build-customization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ It's possible to use ``post_checkout`` user-defined job for this.
379379
# Download and uncompress the binary
380380
# https://git-lfs.github.com/
381381
- wget https://github.com/git-lfs/git-lfs/releases/download/v3.1.4/git-lfs-linux-amd64-v3.1.4.tar.gz
382-
- tar xvfz git-lfs-linux-amd64-v3.1.4.tar.gz
382+
- tar xvfz git-lfs-linux-amd64-v3.1.4.tar.gz git-lfs
383383
# Modify LFS config paths to point where git-lfs binary was downloaded
384384
- git config filter.lfs.process "`pwd`/git-lfs filter-process"
385385
- git config filter.lfs.smudge "`pwd`/git-lfs smudge -- %f"

0 commit comments

Comments
 (0)