Skip to content

Commit b50a03d

Browse files
authored
Update the location of the redact-logs.sh file so that maestro updates will not remove the file and break the repo. Also updated the script path in run-performance-job to use the new path. (#4970)
1 parent bdfc0b1 commit b50a03d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

eng/pipelines/templates/run-performance-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ jobs:
255255
- task: ShellScript@2
256256
displayName: Redact Logs
257257
inputs:
258-
scriptPath: $(System.DefaultWorkingDirectory)/eng/common/post-build/redact-logs.sh
258+
scriptPath: $(System.DefaultWorkingDirectory)/eng/performance/redact-logs.sh
259259
args: '--input $(System.DefaultWorkingDirectory)/artifacts/log --version 1.0.11 --tokens-file $(System.DefaultWorkingDirectory)/eng/BinlogSecretsRedactionFile.txt'
260260
continueOnError: true
261261
condition: always()

0 commit comments

Comments
 (0)