mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 16:57:19 +00:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
f0a34ddf46
commit
ac731a817a
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user