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: