diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4c7dad1b9..3ab5ddcc2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -91,10 +91,11 @@ jobs: - script: | set -e sudo dockerd -s vfs & + sleep 30 pwd ls -ls ps -ax sudo cp -rfp "$(pwd)" /build - cd /build && sudo make $(board) + make $(board) displayName: 'Build $(board)'