mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
add upstream remote over https
This commit is contained in:
parent
194a7fe89a
commit
a0a8c0223f
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ steps:
|
|||
condition: and(ne(variables['abortIfJustMigrated.aborted'], 'true'), succeeded())
|
||||
|
||||
- bash: |
|
||||
git remote add upstream git@github.com:collinbarrett/FilterLists.git
|
||||
git remote add upstream https://github.com/collinbarrett/FilterLists.git
|
||||
git fetch upstream
|
||||
git checkout master 'data/*.json' 'server/src/FilterLists.Data.Migrations/*'
|
||||
CONFLICTS=$(git ls-files -u | wc -l)
|
||||
|
|
|
|||
Loading…
Reference in a new issue