mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-12-09 05:20:38 +00:00
Fix changelog checker
This commit is contained in:
parent
a893c69d20
commit
aef26a615e
2 changed files with 4 additions and 0 deletions
1
changelog.d/changelog-checker.fix
Normal file
1
changelog.d/changelog-checker.fix
Normal file
|
|
@ -0,0 +1 @@
|
|||
Fix CI changelog checker
|
||||
|
|
@ -1,5 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "adding ownership exception"
|
||||
git config --global --add safe.directory $(pwd)
|
||||
|
||||
echo "looking for change log"
|
||||
|
||||
git remote add upstream https://git.pleroma.social/pleroma/pleroma.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue