Commit 7a81ee2f authored by 神楽坂玲奈's avatar 神楽坂玲奈

cert

parent 34c52b19
...@@ -31,7 +31,7 @@ init: ...@@ -31,7 +31,7 @@ init:
- ps: $fileContent += $env:priv_key.Replace(' ', "`n") - ps: $fileContent += $env:priv_key.Replace(' ', "`n")
- ps: $fileContent += "`n-----END EC PRIVATE KEY-----`n" - ps: $fileContent += "`n-----END EC PRIVATE KEY-----`n"
- ps: Set-Content c:\users\appveyor\.ssh\id_ecdsa $fileContent - ps: Set-Content c:\users\appveyor\.ssh\id_ecdsa $fileContent
- date 2018-09-01 - date 09-01-2018
#on_finish: #on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) # - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment