From ac5121f06711e84ba06ec8bd1b6b63ec75ec6249 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 12 May 2019 23:07:23 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9656f12ce..3a76d1be1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -90,6 +90,6 @@ jobs: steps: - script: | sudo dockerd -s vfs &> /dev/null & - sudo ln "$(pwd)" /build + sudo ln -s "$(pwd)" /build sudo make $(board) displayName: 'Build $(board)'