diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3a76d1be1..3800370a1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -89,7 +89,12 @@ jobs: board: 'ova' steps: - script: | + set -e + sudo dockerd -s vfs &> /dev/null & - sudo ln -s "$(pwd)" /build + + sudo cp -rf "$(pwd)" /build + cd /build + sudo make $(board) displayName: 'Build $(board)'