mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Ensuring https for Windows Taskcluster
This commit is contained in:
parent
e217672c1a
commit
82bd1e51c7
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ $client.DownloadFile("https://github.com/taskcluster/generic-worker/releases/dow
|
|||
$client.DownloadFile("https://github.com/taskcluster/livelog/releases/download" +
|
||||
"/v1.1.0/livelog-windows-amd64.exe", "C:\generic-worker\livelog.exe")
|
||||
Expand-ZIPFile -File "C:\nssm-2.24.zip" -Destination "C:\" `
|
||||
-Url "http://www.nssm.cc/release/nssm-2.24.zip"
|
||||
-Url "https://www.nssm.cc/release/nssm-2.24.zip"
|
||||
Start-Process C:\generic-worker\generic-worker.exe -ArgumentList `
|
||||
"new-openpgp-keypair --file C:\generic-worker\generic-worker-gpg-signing-key.key" `
|
||||
-Wait -NoNewWindow -PassThru `
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue