aboutsummaryrefslogtreecommitdiff
path: root/kokoro/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'kokoro/scripts')
-rw-r--r--kokoro/scripts/windows/build.bat3
1 files changed, 0 insertions, 3 deletions
diff --git a/kokoro/scripts/windows/build.bat b/kokoro/scripts/windows/build.bat
index d3db67a..b39d072 100644
--- a/kokoro/scripts/windows/build.bat
+++ b/kokoro/scripts/windows/build.bat
@@ -61,7 +61,4 @@ amber_unittests
if %ERRORLEVEL% GEQ 1 exit /b %ERRORLEVEL%
echo "Tests Completed %DATE% %TIME%"
-:: Clean up some directories.
-rm -rf %SRC%\build
-
exit /b %ERRORLEVEL%