Badges: mark the dir as safe for git
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
1da0edc94f
commit
046e562140
1 changed files with 1 additions and 0 deletions
|
@ -9,4 +9,5 @@ if [ ! -d "$DIR/.git" ]; then
|
||||||
git clone https://pagure.io/fedora-badges.git $DIR
|
git clone https://pagure.io/fedora-badges.git $DIR
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
git config --global --add safe.directory $DIR
|
||||||
git -C $DIR pull
|
git -C $DIR pull
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue