Fix CI with newer git, remove git version check

This commit is contained in:
Sandro 2022-04-16 23:22:28 +02:00 committed by Sandro Jäckel
parent 263cd80c7b
commit 518c313826
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -19,6 +19,8 @@ dist_tarball=$(ls ddclient-*.tar.gz) \
|| fatal "'make dist' must be run before this test"
tmpdir=$(try mktemp -d) || exit 1
# newer git versions are particular about file ownership which can be ignored here
git config --global --add safe.directory /__w/ddclient/ddclient || true
log "Copying contents of Git repository..."
try git archive --format=tar --prefix=git-repo/ HEAD \