Fix CI with newer git, remove git version check (#409)

This commit is contained in:
Sandro 2022-04-17 02:34:51 +02:00 committed by GitHub
parent 263cd80c7b
commit 120d95ed59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 \