diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 838aa55bc..4c7dad1b9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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)'