From 1419e72dbc3a9a6fa3f9e4de7a9e094b144f544b Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 12 May 2019 21:41:36 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ec7006ccb..0def3756e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -51,9 +51,8 @@ jobs: buildroot-external/rootfs-overlay/usr/lib/rauc/* displayName: 'Run ShellCheck' - +# condition: and(startsWith(variables['Build.SourceBranch'], 'refs/tags'), succeeded('ShellCheck')) - job: 'Release' - #condition: and(startsWith(variables['Build.SourceBranch'], 'refs/tags'), succeeded('ShellCheck')) condition: and(eq(variables['Build.SourceBranchName'], 'dev'), 'refs/tags'), succeeded('ShellCheck')) dependsOn: 'ShellCheck' pool: