mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 17:18:23 +00:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
f0a34ddf46
commit
ac731a817a
@ -28,7 +28,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- script: |
|
- script: |
|
||||||
mkdir -p ~/.ssh
|
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
|
ssh-keyscan -H wheels.hass.io >> ~/.ssh/known_hosts
|
||||||
chmod 600 ~/.ssh/*
|
chmod 600 ~/.ssh/*
|
||||||
displayName: 'Install ssh key'
|
displayName: 'Install ssh key'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user