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

appveyor

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