change var for source repo uri

This commit is contained in:
Collin M. Barrett 2020-02-11 21:27:30 -06:00
parent 9ba3c9b0d5
commit d5836e0202

View file

@ -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: