From f0a34ddf46c0c399bc469adb1f4d84008c5112d3 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 1 May 2019 14:23:54 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6dc46de79f9..422fa3eb44c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -29,7 +29,8 @@ jobs: - script: | mkdir -p ~/.ssh echo "$(sshKey)" > ~/.ssh/id_rsa - chmod 600 ~/.ssh/id_rsa + ssh-keyscan -H wheels.hass.io >> ~/.ssh/known_hosts + chmod 600 ~/.ssh/* displayName: 'Install ssh key' - script: sudo docker pull homeassistant/$(buildArch)-wheels:$(versionWheels) displayName: 'Install wheels builder'