From f715486c58aa99b1db4a07564ebd4370d8444705 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 12 May 2019 23:18:38 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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)'