From ae13db917f8e280e4b4538ede4dc665bdc815cf9 Mon Sep 17 00:00:00 2001 From: sago35 Date: Sat, 5 Sep 2020 13:01:50 +0900 Subject: [PATCH] ci: set git-fetch-depth to 1 --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 60b4a73d..6292cd34 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,6 +14,7 @@ jobs: inputs: version: '1.15' - checkout: self + fetchDepth: 1 - task: Cache@2 displayName: Cache LLVM source inputs: