From 5d16ac24c30efdc28a0756d4f8548a37cf2cbda0 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 13 May 2019 08:33:05 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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)'