aboutsummaryrefslogtreecommitdiff
path: root/kokoro/scripts
diff options
context:
space:
mode:
authordan sinclair <dj2@everburning.com>2018-11-20 15:38:06 -0500
committerDavid Neto <dneto@google.com>2018-11-20 15:38:06 -0500
commitadc7f183acbde64a022c34d1fe96be8fcf0148a8 (patch)
tree9081dd163cd2c5a9637b8d08ca57492e3e54155e /kokoro/scripts
parent2d7812f86d997485a72147ec266a78e9e51b0d63 (diff)
downloadamber-adc7f183acbde64a022c34d1fe96be8fcf0148a8.tar.gz
Update README (#79)
Update README
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%