рабочий вариант, но скороть 10 МБит
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#requires -Version 5
|
||||
#requires -Version 5
|
||||
|
||||
param(
|
||||
[string]$BuildType = "release",
|
||||
@@ -9,6 +9,7 @@ param(
|
||||
[string]$PortalVerifyBaseUrl = "http://192.168.200.61:18080",
|
||||
[string]$TestDockerSshAlias = "test-docker",
|
||||
[string]$TestDockerDownloadPath = "/tmp/rap-web-admin/html/downloads",
|
||||
[string]$TestDockerBackendReleasePath = "/tmp/rap-release-0.2.309-latencyaware",
|
||||
[int]$PreparationRetryDelaySeconds = 0
|
||||
)
|
||||
|
||||
@@ -29,6 +30,7 @@ $publishToTestDockerDownloads = $PublishToTestDockerDownloads -and -not $NoRemot
|
||||
-PublishToTestDockerDownloads:$publishToTestDockerDownloads `
|
||||
-TestDockerSshAlias $TestDockerSshAlias `
|
||||
-TestDockerDownloadPath $TestDockerDownloadPath `
|
||||
-TestDockerBackendReleasePath $TestDockerBackendReleasePath `
|
||||
-PortalVerifyBaseUrl $PortalVerifyBaseUrl `
|
||||
-SkipPortalVerify:$SkipPortalVerify `
|
||||
-PreparationRetryDelaySeconds $PreparationRetryDelaySeconds `
|
||||
|
||||
Reference in New Issue
Block a user