Skip to content

Commit cb587aa

Browse files
committed
Clean in update checkout
1 parent c14e2b2 commit cb587aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-windows-toolchain.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ set "args=%args% --skip-repository swift-integration-tests"
109109
set "args=%args% --skip-repository swift-stress-tester"
110110
set "args=%args% --skip-repository swift-xcode-playground-support"
111111

112-
call "%SourceRoot%\swift\utils\update-checkout.cmd" %args% --clone --skip-history --reset-to-remote --github-comment "%ghprbCommentBody%"
112+
call "%SourceRoot%\swift\utils\update-checkout.cmd" %args% --reset-to-remote --clone --skip-history --clean --github-comment "%ghprbCommentBody%"
113113

114114
goto :eof
115115
endlocal

0 commit comments

Comments
 (0)