mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-27 09:46:25 +00:00
trivial: Disable the safe directory feature for CI
This commit is contained in:
parent
4199c694b1
commit
6f6f83ee46
@ -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 *
|
||||
|
Loading…
Reference in New Issue
Block a user