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:
parent
7b4f3b4182
commit
b8773db5ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue