Skip to content

Commit

Permalink
Coverage: Quick fix pattern after migration to AWS (#8615)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-mikula-sonarsource committed Jan 25, 2024
1 parent 309a304 commit 0156ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ stages:
$path
)
$localPath = (Get-Location).Path
$pattern = 'C:\\ProgramData\\vsts-agent\\\d+\\s'
$pattern = 'C:\\sonar-ci\\_work\\\d+\\s'
(Get-Content -path $path -Raw) -replace $pattern,$localPath | Set-Content $path
}
Expand Down

0 comments on commit 0156ceb

Please sign in to comment.