1
0
Fork 0
forked from infra/ansible

Move the Fedora Badges static assets from Pagure to Forgejo

Signed-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>
This commit is contained in:
Akashdeep Dhar 2026-05-13 11:29:32 +05:30 committed by Ryan Lerch
commit b8773db5ba

View file

@ -6,7 +6,7 @@ set -x
DIR=/var/lib/badges
if [ ! -d "$DIR/.git" ]; then
git clone https://pagure.io/fedora-badges.git $DIR
git clone https://forge.fedoraproject.org/apps/badges-assets.git $DIR
fi
git config --global --add safe.directory $DIR