Update azure-pipelines-release.yml for Azure Pipelines

This commit is contained in:
Pascal Vizeli 2019-07-11 09:21:58 +02:00
parent f0fe865798
commit 8937d44399

View file

@ -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: