Skip to content

Commit 4eb49d0

Browse files
authored
Update build-windows.bat
Remove the `--skip-tags` option as it is not available on the 5.5 branch.
1 parent 7ffffd0 commit 4eb49d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ git -C "%source_root%\swift" checkout-index --force --all
121121
@set "skip_repositories_arg=%skip_repositories_arg% --skip-repository tensorflow-swift-apis"
122122
@set "skip_repositories_arg=%skip_repositories_arg% --skip-repository yams"
123123

124-
call "%source_root%\swift\utils\update-checkout.cmd" %scheme_arg% %skip_repositories_arg% --clone --skip-history --skip-tags --github-comment "%ghprbCommentBody%" >NUL 2>NUL
124+
call "%source_root%\swift\utils\update-checkout.cmd" %scheme_arg% %skip_repositories_arg% --clone --skip-history --github-comment "%ghprbCommentBody%" >NUL 2>NUL
125125

126126
goto :eof
127127
endlocal

0 commit comments

Comments
 (0)