try fix sync with upstream overriding local changes

This commit is contained in:
Collin M. Barrett 2020-02-16 13:20:31 -06:00
parent bd549c9f4d
commit 12fed211e7
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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..."