remove workaround for git-lfs

This commit is contained in:
Mikhail Timofeev
2020-05-14 17:45:27 +03:00
parent c0eda0ed70
commit 046c778cf2

View File

@@ -14,8 +14,7 @@ apt-get install git -y
git --version
# Install git-lfs
# This should be run for Ubuntu 16 only
#curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
apt-get install -y --no-install-recommends git-lfs
# Run tests to determine that the software installed as expected