diff --git a/server/azure-pipelines.migrate.yaml b/server/azure-pipelines.migrate.yaml index fea9f3a99..5b8930c0f 100644 --- a/server/azure-pipelines.migrate.yaml +++ b/server/azure-pipelines.migrate.yaml @@ -16,6 +16,7 @@ pool: steps: - checkout: none + # TODO: switch to using Azure Pipelines Repository Resource to use GitHub service connection rather than PAT - bash: | FORKURI=$(curl -X GET "https://api.github.com/repos/$BUILD_REPOSITORY_NAME/pulls/$SYSTEM_PULLREQUEST_PULLREQUESTNUMBER" | jq -r '.head.repo.clone_url') git clone "$FORKURI" .