Commit ba10c191 authored by 神楽坂玲奈's avatar 神楽坂玲奈

appveyor

parent c9d861be
......@@ -4,9 +4,9 @@ environment:
GIT_SSH_COMMAND: ssh -v
version: '{build}'
install:
- ps: $fileContent = "-----BEGIN RSA PRIVATE KEY-----`n"
- ps: $fileContent = "-----BEGIN EC PRIVATE KEY-----`n"
- ps: $fileContent += $env:priv_key.Replace(' ', "`n")
- ps: $fileContent += "`n-----END RSA PRIVATE KEY-----`n"
- ps: $fileContent += "`n-----END EC PRIVATE KEY-----`n"
- ps: Set-Content c:\users\appveyor\.ssh\id_ecdsa $fileContent
- type c:\users\appveyor\.ssh\id_ecdsa
- git submodule update --init --recursive
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