Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
f0a34ddf46
commit
ac731a817a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue