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

This commit is contained in:
mssonicbld 2022-12-13 06:40:53 +08:00 committed by GitHub
parent c725dfb975
commit a42a7679f7
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: |