From: Johannes Schindelin Date: Fri, 4 Oct 2019 15:09:35 +0000 (-0700) Subject: ci: really use shallow clones on Azure Pipelines X-Git-Tag: v2.24.0-rc0~26^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b35304bf958812a99dcbda366670ddc7bf9e086d;p=thirdparty%2Fgit.git ci: really use shallow clones on Azure Pipelines This was a left-over from the previous YAML schema, and it no longer works. The problem was noticed while editing `azure-pipelines.yml` in VS Code with the very helpful "Azure Pipelines" extension (syntax highlighting and intellisense for `azure-pipelines.yml`...). Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c329b7218b..55ee23ad0f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,6 +1,5 @@ -resources: -- repo: self - fetchDepth: 1 +variables: + Agent.Source.Git.ShallowFetchDepth: 1 jobs: - job: windows_build