From 44231da9883ffd813ecaf8f4b6bc890f269337a4 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 15 Apr 2020 12:37:55 +0200 Subject: [PATCH] Update azure-pipelines-release.yml for Azure Pipelines --- azure-pipelines-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines-release.yml b/azure-pipelines-release.yml index 2df3b85f1..d229ab298 100644 --- a/azure-pipelines-release.yml +++ b/azure-pipelines-release.yml @@ -85,7 +85,6 @@ jobs: sudo docker run --rm --privileged -v "$(pwd):/build" \ -e BUILDER_UID="${BUILDER_UID}" -e BUILDER_GID="${BUILDER_GID}" \ - -v "/mnt/build-cache:/cache" \ hassos:azure make $(board) displayName: 'Build $(board)' - script: |