diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3800370a1..838aa55bc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -90,11 +90,8 @@ jobs: steps: - script: | set -e - sudo dockerd -s vfs &> /dev/null & sudo cp -rf "$(pwd)" /build - cd /build - - sudo make $(board) + cd /build && sudo make $(board) displayName: 'Build $(board)'