Skip to content

Commit 6729802

Browse files
authored
Merge pull request swiftlang#69816 from compnerd/reset
utils: add `--reset-to-remote` to `update-checkout` invocation
2 parents b598baf + 1abe96a commit 6729802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-windows-toolchain.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ set "args=%args% --skip-repository swift-integration-tests"
110110
set "args=%args% --skip-repository swift-stress-tester"
111111
set "args=%args% --skip-repository swift-xcode-playground-support"
112112

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

115115
goto :eof
116116
endlocal

0 commit comments

Comments
 (0)