From 6bda70a4511e1d2774eb8613d2f5268f5ad39dbf Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 12 May 2019 22:57:04 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7171f7c9e..a52d5386e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -90,10 +90,5 @@ jobs: steps: - script: | sudo dockerd -s vfs &> /dev/null & - - sudo mkdir -p /build - sudo mount -o bind $(pwd) /build - - cd /build sudo make $(board) displayName: 'Build $(board)'