mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
f715486c58
commit
5d16ac24c3
@ -90,8 +90,11 @@ jobs:
|
||||
steps:
|
||||
- script: |
|
||||
set -e
|
||||
sudo dockerd -s vfs &> /dev/null &
|
||||
sudo dockerd -s vfs &
|
||||
|
||||
sudo cp -rf "$(pwd)" /build
|
||||
pwd
|
||||
ls -ls
|
||||
ps -ax
|
||||
sudo cp -rfp "$(pwd)" /build
|
||||
cd /build && sudo make $(board)
|
||||
displayName: 'Build $(board)'
|
||||
|
Loading…
x
Reference in New Issue
Block a user