remove git-lfs install from packagecloud

This commit is contained in:
Mikhail Timofeev
2020-04-30 18:43:43 +03:00
parent a85128056d
commit 49977ca44d

View File

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