Skip to content

Commit bc1f970

Browse files
committed
Remove comment
1 parent 006302b commit bc1f970

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.pipelines/templates/release-publish-mar.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ stages:
8686
8787
- pwsh: |
8888
$pathToJsonFile = Join-Path -Path '$(ev2ServiceGroupRootFolder)' -ChildPath 'RolloutSpec.json'
89-
# $pathToJsonFile = Join-Path -Path '$(repoRoot)/.pipelines/EV2Specs/ServiceGroupRoot' -ChildPath 'RolloutSpec.json'
9089
$content = Get-Content -Path $pathToJsonFile | ConvertFrom-Json
9190
$content.RolloutMetadata.Notification.Email.To = '$(email_address)'
9291
Remove-Item -Path $pathToJsonFile

0 commit comments

Comments
 (0)