From 5f1fadad294a8c72915ec360d5efe47ba438f25a Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 14 May 2019 01:14:17 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c7707a0f7..a4a6de424 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -82,9 +82,7 @@ jobs: displayName: 'Install GHR' - script: | sudo docker run --rm --privileged -v "$(pwd):/build" \ + -e BUILDER_UID="$(id -u)" -e BUILDER_GID="$(id -g)" \ -v "/mnt/build-cache:/cache" \ hassos:azure make $(board) - sudo docker run --rm --privileged -v "$(pwd):/build" \ - -v "/mnt/build-cache:/cache" \ - hassos:azure make clean displayName: 'Build $(board)'