[Ubuntu] Downgrade git-lfs version to 2.13.3 (#4168)

This commit is contained in:
Dibir Magomedsaygitov
2021-09-29 18:37:33 +03:00
committed by GitHub
parent 051de33461
commit ecfad34b30

View File

@@ -18,7 +18,7 @@ git --version
# Install git-lfs
curl -s $GIT_LFS_REPO/script.deb.sh | bash
apt-get install -y git-lfs
apt-get install -y git-lfs=2.13.3
# Install git-ftp
apt-get install git-ftp -y