mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 06:56:29 +00:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
6581ec4028
commit
868935f8a0
@ -21,6 +21,7 @@ variables:
|
|||||||
- name: versionGHR
|
- name: versionGHR
|
||||||
value: 'v0.12.1'
|
value: 'v0.12.1'
|
||||||
- group: github
|
- group: github
|
||||||
|
- group: hassos
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
@ -92,6 +93,10 @@ jobs:
|
|||||||
workspace:
|
workspace:
|
||||||
clean: 'all'
|
clean: 'all'
|
||||||
steps:
|
steps:
|
||||||
|
- script: |
|
||||||
|
echo -e "-----BEGIN CERTIFICATE-----\n$(releaseCertificate)\n-----END CERTIFICATE-----" > cert.pem
|
||||||
|
echo -e "-----BEGIN PRIVATE KEY-----\n$(releaseKey)\n-----END PRIVATE KEY-----" > key.pem
|
||||||
|
displayName: 'Add release PKI certs'
|
||||||
- script: |
|
- script: |
|
||||||
sudo docker build -t hassos:azure .
|
sudo docker build -t hassos:azure .
|
||||||
displayName: 'Build container for HassOS'
|
displayName: 'Build container for HassOS'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user