Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Pascal Vizeli 2019-05-01 14:23:54 +02:00
parent 918ce74b26
commit f0a34ddf46

View File

@ -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'