From 7082724c97df440efcd7e27857aeced4ae7eaa9e Mon Sep 17 00:00:00 2001 From: Pine Wu Date: Tue, 21 May 2019 12:58:17 -0700 Subject: [PATCH] Depth 1 for cloning DT --- build/azure-pipelines/publish-types/publish-types.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/azure-pipelines/publish-types/publish-types.yml b/build/azure-pipelines/publish-types/publish-types.yml index 17514be49d1..ea93c0b2b25 100644 --- a/build/azure-pipelines/publish-types/publish-types.yml +++ b/build/azure-pipelines/publish-types/publish-types.yml @@ -23,7 +23,7 @@ steps: git config --global user.email "vscode@microsoft.com" git config --global user.name "VSCode" - git clone https://$(GITHUB_TOKEN)@github.com/DefinitelyTyped/DefinitelyTyped.git + git clone https://$(GITHUB_TOKEN)@github.com/DefinitelyTyped/DefinitelyTyped.git --depth=1 node build/azure-pipelines/publish-types/update-types.js TAG_VERSION=$(git describe --tags `git rev-list --tags --max-count=1`) -- GitLab