appveyor: fix syntax error
This commit is contained in:
parent
a784818211
commit
b3ece636b6
@ -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…
x
Reference in New Issue
Block a user