From 27aa12911d1209bc2e05ae52dc62c80db5918ae3 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 13 May 2019 23:31:52 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4baa869b4..c7707a0f7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -57,7 +57,8 @@ jobs: - job: 'Release' - condition: and(startsWith(variables['Build.SourceBranch'], 'refs/tags'), succeeded('ShellCheck')) + #condition: and(startsWith(variables['Build.SourceBranch'], 'refs/tags'), succeeded('ShellCheck')) + condition: succeeded('ShellCheck') timeoutInMinutes: 240 dependsOn: - 'ShellCheck' @@ -83,4 +84,7 @@ jobs: sudo docker run --rm --privileged -v "$(pwd):/build" \ -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)'