[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 mssonicbld
parent 3530fdbea1
commit cd84a1f26e

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: |