mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-26 22:46:32 +00:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
e8d14bdc60
commit
d5e6cc78d5
@ -81,8 +81,11 @@ jobs:
|
|||||||
rm -rf ghr_$(versionGHR)_linux_amd64
|
rm -rf ghr_$(versionGHR)_linux_amd64
|
||||||
displayName: 'Install GHR'
|
displayName: 'Install GHR'
|
||||||
- script: |
|
- script: |
|
||||||
|
BUILDER_UID="$(id -u)"
|
||||||
|
BUILDER_GID="$(id -g)"
|
||||||
|
|
||||||
sudo docker run --rm --privileged -v "$(pwd):/build" \
|
sudo docker run --rm --privileged -v "$(pwd):/build" \
|
||||||
-e BUILDER_UID="$(id -u)" -e BUILDER_GID="$(id -g)" \
|
-e BUILDER_UID="${BUILDER_UID}" -e BUILDER_GID="${BUILDER_GID}" \
|
||||||
-v "/mnt/build-cache:/cache" \
|
-v "/mnt/build-cache:/cache" \
|
||||||
hassos:azure make $(board)
|
hassos:azure make $(board)
|
||||||
displayName: 'Build $(board)'
|
displayName: 'Build $(board)'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user