File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -792,7 +792,7 @@ set "args=%args% --skip-repository swift-integration-tests"
792
792
set " args = %args% --skip-repository swift-stress-tester"
793
793
set " args = %args% --skip-repository swift-xcode-playground-support"
794
794
795
- call " %SourceRoot% \swift\utils\update-checkout.cmd" %args% --clone --skip-history --github-comment " %ghprbCommentBody% "
795
+ call " %SourceRoot% \swift\utils\update-checkout.cmd" %args% --clone --reset-to-remote -- skip-history --github-comment " %ghprbCommentBody% "
796
796
797
797
goto :eof
798
798
endlocal
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ git -C "%source_root%\swift" checkout-index --force --all
134
134
@ set " skip_repositories_arg = %skip_repositories_arg% --skip-repository tensorflow-swift-apis"
135
135
@ set " skip_repositories_arg = %skip_repositories_arg% --skip-repository yams"
136
136
137
- call " %source_root% \swift\utils\update-checkout.cmd" %scheme_arg% %skip_repositories_arg% --clone --skip-history --skip-tags --github-comment " %ghprbCommentBody% " > NUL
137
+ call " %source_root% \swift\utils\update-checkout.cmd" %scheme_arg% %skip_repositories_arg% --clone --reset-to-remote -- skip-history --skip-tags --github-comment " %ghprbCommentBody% " > NUL
138
138
139
139
goto :eof
140
140
endlocal
You can’t perform that action at this time.
0 commit comments