mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
change var for source repo uri
This commit is contained in:
parent
9ba3c9b0d5
commit
d5836e0202
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ steps:
|
|||
- bash: |
|
||||
git config --global user.name $GITHUBNAME
|
||||
git config --global user.email $GITHUBEMAIL
|
||||
git clone $BUILD_REPOSITORY_URI .
|
||||
git clone $SYSTEM_PULLREQUEST_SOURCEREPOSITORYURI .
|
||||
git checkout $SYSTEM_PULLREQUEST_SOURCEBRANCH
|
||||
displayName: checkout source branch
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue