Skip to content

Commit

Permalink
trivial: Disable the safe directory feature for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsie committed Apr 22, 2022
1 parent 7b3fbe0 commit a586d0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/ci/fedora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
Expand Down

0 comments on commit a586d0c

Please sign in to comment.