[ci] Disable Shallow fetch in pipeline build. (#12964)

This commit is contained in:
Liu Shilong 2022-12-09 16:12:43 +08:00 committed by GitHub
parent 00b11ec4e2
commit 82cbe6b029
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,7 @@ jobs:
displayName: "Set cache options"
- checkout: self
submodules: recursive
fetchDepth: 0
condition: and(succeeded(), eq(variables.SKIP_CHECKOUT, ''))
displayName: 'Checkout code'
- script: |