mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 03:27:05 +00:00
Set checkout options in inage generation pipeline (#7708)
This commit is contained in:
committed by
GitHub
parent
c07c474998
commit
500995c0ad
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user