From 339398970228caf54bd60900281e090735a17561 Mon Sep 17 00:00:00 2001 From: Brian Herrera Date: Fri, 26 Mar 2021 09:02:02 -0700 Subject: [PATCH] Remove scrubbing from pipeline This step will need to run in a separate pipeline or action that has access to files that are not located the O3DE repo. --- .../JenkinsScripts/build/Platform/Windows/build_config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/Tools/build/JenkinsScripts/build/Platform/Windows/build_config.json b/Tools/build/JenkinsScripts/build/Platform/Windows/build_config.json index c85d5f3901..481f634801 100644 --- a/Tools/build/JenkinsScripts/build/Platform/Windows/build_config.json +++ b/Tools/build/JenkinsScripts/build/Platform/Windows/build_config.json @@ -4,7 +4,6 @@ "default" ], "steps": [ - "scrubbing", "validation" ] },