Set checkout options in inage generation pipeline (#7708)

This commit is contained in:
Vasilii Polikarpov
2023-06-12 17:07:30 +02:00
committed by GitHub
parent c07c474998
commit 500995c0ad

View File

@@ -43,6 +43,9 @@ jobs:
steps: steps:
- checkout: ${{ parameters.repository_ref }} - checkout: ${{ parameters.repository_ref }}
clean: true
fetchDepth: 0
fetchTags: false
- task: PowerShell@2 - task: PowerShell@2
displayName: 'Download custom repository' displayName: 'Download custom repository'