常规升级
This commit is contained in:
Vendored
+1
-1
@@ -31,7 +31,7 @@ function Fetch-RepoEx
|
||||
param(
|
||||
[string]$Name
|
||||
)
|
||||
$repo = "http://192.168.1.75:3000/psc/$Name"
|
||||
$repo = "http://10.10.10.1:3000/ae/$Name"
|
||||
$branch = "master"
|
||||
Fetch-Repo -Repo $repo -Branch $branch -Dir "third_party/$Name"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user