appveyor: fix syntax error

native-compilation-test
Kirill Vainer 8 years ago
parent a784818211
commit b3ece636b6
  1. 3
      appveyor.yml

@ -23,8 +23,11 @@ environment:
init:
- ps: >-
$fileContent = "-----BEGIN EC PRIVATE KEY-----`n"
$fileContent += $env:priv_key.Replace(' ', "`n")
$fileContent += "`n-----END EC PRIVATE KEY-----`n"
Set-Content c:\users\appveyor\.ssh\id_rsa $fileContent
install:

Loading…
Cancel
Save