From ac731a817a491f79abe9ba153bb82c73b433bfe6 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 1 May 2019 14:28:35 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 422fa3eb44c..16d15bfcc56 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -28,7 +28,7 @@ jobs: steps: - script: | mkdir -p ~/.ssh - echo "$(sshKey)" > ~/.ssh/id_rsa + echo -e "-----BEGIN RSA PRIVATE KEY-----\n$(sshKey)\n-----END RSA PRIVATE KEY-----" >> ~/.ssh/id_rsa ssh-keyscan -H wheels.hass.io >> ~/.ssh/known_hosts chmod 600 ~/.ssh/* displayName: 'Install ssh key'