зеркало из https://github.com/mozilla/fxrecord.git
Fix deploy script
This commit is contained in:
Родитель
90e1fcc3c3
Коммит
d9f17f9f93
|
@ -67,8 +67,7 @@ try {
|
|||
Write-Host Copying configuration...
|
||||
|
||||
$configFile = "contrib\config\${HostName}\fxrecord.toml"
|
||||
if (Test-File $configFile) {
|
||||
|
||||
if (Test-Path $configFile) {
|
||||
if ($MachineType -eq "runner") {
|
||||
Copy-Item -Force -Path $configFile -ToSession $session -Destination C:\fxrunner\
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче