trivial: Disable the safe directory feature for CI

This commit is contained in:
Richard Hughes 2022-04-22 19:14:19 +01:00
parent 4199c694b1
commit 6f6f83ee46

View File

@ -5,6 +5,9 @@ set -x
#get any missing deps from the container
./contrib/ci/fwupd_setup_helpers.py install-dependencies --yes -o fedora
# disable the safe directory feature
git config --global safe.directory "*"
#generate a tarball
mkdir -p build && pushd build
rm -rf *