mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
2fbf29cda6
commit
6124a6f7e5
@ -11,7 +11,7 @@ trigger:
|
|||||||
|
|
||||||
variables:
|
variables:
|
||||||
versionBuilder: '3.1'
|
versionBuilder: '3.1'
|
||||||
versionWheels: '0.1'
|
versionWheels: '0.2'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
@ -54,6 +54,7 @@ jobs:
|
|||||||
- script: |
|
- script: |
|
||||||
cp requirements_all.txt requirements_hassio.txt
|
cp requirements_all.txt requirements_hassio.txt
|
||||||
|
|
||||||
|
# Enable because we can build it
|
||||||
sed -i "s|# pytradfri|pytradfri|g" requirements_hassio.txt
|
sed -i "s|# pytradfri|pytradfri|g" requirements_hassio.txt
|
||||||
sed -i "s|# pybluez|pybluez|g" requirements_hassio.txt
|
sed -i "s|# pybluez|pybluez|g" requirements_hassio.txt
|
||||||
sed -i "s|# bluepy|bluepy|g" requirements_hassio.txt
|
sed -i "s|# bluepy|bluepy|g" requirements_hassio.txt
|
||||||
@ -74,6 +75,9 @@ jobs:
|
|||||||
sed -i "s|# decora|decora|g" requirements_hassio.txt
|
sed -i "s|# decora|decora|g" requirements_hassio.txt
|
||||||
sed -i "s|# PySwitchbot|PySwitchbot|g" requirements_hassio.txt
|
sed -i "s|# PySwitchbot|PySwitchbot|g" requirements_hassio.txt
|
||||||
sed -i "s|# pySwitchmate|pySwitchmate|g" requirements_hassio.txt
|
sed -i "s|# pySwitchmate|pySwitchmate|g" requirements_hassio.txt
|
||||||
|
|
||||||
|
# Disable because of error
|
||||||
|
sed -i "s|insteonplm|# insteonplm|g" requirements_hassio.txt
|
||||||
displayName: 'Prepare requirements files for Hass.io'
|
displayName: 'Prepare requirements files for Hass.io'
|
||||||
- script: |
|
- script: |
|
||||||
sudo docker run --rm -v $(pwd):/data:ro -v ~/.ssh:/root/.ssh:rw \
|
sudo docker run --rm -v $(pwd):/data:ro -v ~/.ssh:/root/.ssh:rw \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user