mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
try fix sync with upstream overriding local changes
This commit is contained in:
parent
bd549c9f4d
commit
12fed211e7
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@
|
|||
},
|
||||
{
|
||||
"id": 2,
|
||||
"description": "Mute is an AdBlock Plus filter for user comments. In the same way that AdBlock hides ads, AdBlock can use this filter to hide user-generated comments, allowing you to browse the Internet with less stupidity clawing at your eyeballs.",
|
||||
"description": "TEMP Mute is an AdBlock Plus filter for user comments. In the same way that AdBlock hides ads, AdBlock can use this filter to hide user-generated comments, allowing you to browse the Internet with less stupidity clawing at your eyeballs.",
|
||||
"descriptionSourceUrl": "https://github.com/B-Con/mute",
|
||||
"homeUrl": "https://github.com/B-Con/mute",
|
||||
"issuesUrl": "https://github.com/B-Con/mute/issues",
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ steps:
|
|||
git remote add upstream https://github.com/collinbarrett/FilterLists.git
|
||||
git fetch upstream
|
||||
git checkout master 'data/*.json' 'server/src/FilterLists.Data.Migrations/*'
|
||||
git merge upstream/master
|
||||
git rebase upstream/master
|
||||
CONFLICTS=$(git ls-files -u | wc -l)
|
||||
if [ "$CONFLICTS" -gt 0 ] ; then
|
||||
echo "Data changes conflict with upstream master. Aborting..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue