From 8937d443996d3285c2ce49c3243bf081a4fda174 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 11 Jul 2019 09:21:58 +0200 Subject: [PATCH] Update azure-pipelines-release.yml for Azure Pipelines --- azure-pipelines-release.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/azure-pipelines-release.yml b/azure-pipelines-release.yml index 77091315c6a..83e906f3684 100644 --- a/azure-pipelines-release.yml +++ b/azure-pipelines-release.yml @@ -53,9 +53,6 @@ stages: - stage: 'Build' jobs: - job: 'ReleasePython' - condition: and(startsWith(variables['Build.SourceBranch'], 'refs/tags'), succeeded()) - dependsOn: - - 'VersionValidate' pool: vmImage: 'ubuntu-latest' steps: @@ -74,9 +71,6 @@ stages: twine upload dist/* --skip-existing displayName: 'Upload pypi' - job: 'ReleaseDocker' - condition: and(startsWith(variables['Build.SourceBranch'], 'refs/tags'), succeeded()) - dependsOn: - - 'VersionValidate' timeoutInMinutes: 240 pool: vmImage: 'ubuntu-latest' @@ -126,9 +120,7 @@ stages: - stage: 'Publish' jobs: - job: 'ReleaseHassio' - condition: and(startsWith(variables['Build.SourceBranch'], 'refs/tags'), succeeded()) - dependsOn: - - 'ReleaseDocker' + condition: and(startsWith(variables['Build.SourceBranch'], 'refs/tags') pool: vmImage: 'ubuntu-latest' steps: