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: