diff --git a/eng/common/post-build/redact-logs.sh b/eng/performance/redact-logs.sh similarity index 100% rename from eng/common/post-build/redact-logs.sh rename to eng/performance/redact-logs.sh diff --git a/eng/pipelines/templates/run-performance-job.yml b/eng/pipelines/templates/run-performance-job.yml index e103de6689d..0a1285a945e 100644 --- a/eng/pipelines/templates/run-performance-job.yml +++ b/eng/pipelines/templates/run-performance-job.yml @@ -258,7 +258,7 @@ jobs: - task: ShellScript@2 displayName: Redact Logs inputs: - scriptPath: $(System.DefaultWorkingDirectory)/eng/common/post-build/redact-logs.sh + scriptPath: $(System.DefaultWorkingDirectory)/eng/performance/redact-logs.sh args: '--input $(System.DefaultWorkingDirectory)/artifacts/log --version 1.0.11 --tokens-file $(System.DefaultWorkingDirectory)/eng/BinlogSecretsRedactionFile.txt' continueOnError: true condition: always() \ No newline at end of file