diff --git a/server/azure-pipelines.migrate.yaml b/server/azure-pipelines.migrate.yaml index 6a95bc4ec..6932a4cfb 100644 --- a/server/azure-pipelines.migrate.yaml +++ b/server/azure-pipelines.migrate.yaml @@ -17,7 +17,7 @@ steps: - checkout: none - bash: | - FORKURI=$(curl -X GET https://api.github.com/repos/$BUILD_REPOSITORY_NAME/pulls/$SYSTEM_PULLREQUEST_PULLREQUESTNUMBER | jq -r '.head.repo.clone_url') + 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" . git checkout $SYSTEM_PULLREQUEST_SOURCEBRANCH displayName: checkout source branch