Browse Source

ci: set git-fetch-depth to 1

pull/1362/head
sago35 4 years ago
committed by Ron Evans
parent
commit
ae13db917f
  1. 1
      azure-pipelines.yml

1
azure-pipelines.yml

@ -14,6 +14,7 @@ jobs:
inputs:
version: '1.15'
- checkout: self
fetchDepth: 1
- task: Cache@2
displayName: Cache LLVM source
inputs:

Loading…
Cancel
Save