appveyor: fix syntax error
This commit is contained in:
parent
a784818211
commit
b3ece636b6
@ -23,8 +23,11 @@ environment:
|
|||||||
init:
|
init:
|
||||||
- ps: >-
|
- ps: >-
|
||||||
$fileContent = "-----BEGIN EC PRIVATE KEY-----`n"
|
$fileContent = "-----BEGIN EC PRIVATE KEY-----`n"
|
||||||
|
|
||||||
$fileContent += $env:priv_key.Replace(' ', "`n")
|
$fileContent += $env:priv_key.Replace(' ', "`n")
|
||||||
|
|
||||||
$fileContent += "`n-----END EC PRIVATE KEY-----`n"
|
$fileContent += "`n-----END EC PRIVATE KEY-----`n"
|
||||||
|
|
||||||
Set-Content c:\users\appveyor\.ssh\id_rsa $fileContent
|
Set-Content c:\users\appveyor\.ssh\id_rsa $fileContent
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user