diff --git a/server/azure-pipelines.migrate.yaml b/server/azure-pipelines.migrate.yaml index 03f610833..27b06cb3b 100644 --- a/server/azure-pipelines.migrate.yaml +++ b/server/azure-pipelines.migrate.yaml @@ -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: