Skip to content

Commit

Permalink
fetch depth
Browse files Browse the repository at this point in the history
  • Loading branch information
timmy-wright committed Aug 7, 2024
1 parent f5ea7f5 commit d9fc430
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .pipelines/templates/.builder-release-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ parameters:
type: boolean
default: false
steps:
- checkout: overrides
- checkout: git://CloudNativeCompute/aks-rp@master
fetchDepth: 1
fetchTags: false
lfs: false
condition: eq('${{ parameters.useOverrides }}', true)
- checkout: self
- bash: |
Expand Down

0 comments on commit d9fc430

Please sign in to comment.