From 5e7cdfd91c7142cfd7b6fe1dd86e00a0666a1615 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sun, 16 Feb 2020 15:41:09 -0600 Subject: [PATCH] try fix sync with upstream overriding local changes --- data/FilterList.json | 2 +- server/azure-pipelines.migrate.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/data/FilterList.json b/data/FilterList.json index 500557d7f..6afa98dac 100644 --- a/data/FilterList.json +++ b/data/FilterList.json @@ -1,7 +1,7 @@ [ { "id": 1, - "description": "A filter list that blocks mobile advertisements and trackers on Japanese properties", + "description": "TEMP A filter list that blocks mobile advertisements and trackers on Japanese properties", "homeUrl": "https://280blocker.net", "licenseId": 1, "name": "280 Blocker", diff --git a/server/azure-pipelines.migrate.yaml b/server/azure-pipelines.migrate.yaml index 1304dc72d..496a8642d 100644 --- a/server/azure-pipelines.migrate.yaml +++ b/server/azure-pipelines.migrate.yaml @@ -80,13 +80,12 @@ steps: fi - task: Bash@3 - displayName: merge upstream data + displayName: rebase upstream/master inputs: targetType: inline script: | git remote add upstream https://github.com/collinbarrett/FilterLists.git git fetch upstream - git checkout master 'data/*.json' 'server/src/FilterLists.Data.Migrations/*' git rebase upstream/master CONFLICTS=$(git ls-files -u | wc -l) if [ "$CONFLICTS" -gt 0 ] ; then