Skip to content

Commit

Permalink
Reduced retry
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSehr committed Oct 8, 2024
1 parent 3df05e2 commit 83c2db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sharedScripts/deployment/New-TemplateDeployment.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ function New-TemplateDeployment {
[switch] $DoNotThrow,

[Parameter(Mandatory = $false)]
[int] $RetryLimit = 3,
[int] $RetryLimit = 1,

[Parameter(Mandatory = $false)]
[string] $RepoRoot = (Get-Item -Path $PSScriptRoot).parent.parent.parent.parent.parent.FullName
Expand Down

0 comments on commit 83c2db7

Please sign in to comment.