Merge pull request #1311 from pre-commit/unused_latest_git_sh

delete unused testing/latest-git.sh
This commit is contained in:
Anthony Sottile 2020-02-03 14:23:55 -08:00 committed by GitHub
commit 78f406af8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +0,0 @@
#!/usr/bin/env bash
# This is a script used in travis-ci to have latest git
set -ex
git clone git://github.com/git/git --depth 1 /tmp/git
pushd /tmp/git
make prefix=/tmp/git -j8 install
popd