mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Update azure-pipelines-release.yml for Azure Pipelines
This commit is contained in:
parent
f0fe865798
commit
8937d44399
@ -53,9 +53,6 @@ stages:
|
|||||||
- stage: 'Build'
|
- stage: 'Build'
|
||||||
jobs:
|
jobs:
|
||||||
- job: 'ReleasePython'
|
- job: 'ReleasePython'
|
||||||
condition: and(startsWith(variables['Build.SourceBranch'], 'refs/tags'), succeeded())
|
|
||||||
dependsOn:
|
|
||||||
- 'VersionValidate'
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'ubuntu-latest'
|
vmImage: 'ubuntu-latest'
|
||||||
steps:
|
steps:
|
||||||
@ -74,9 +71,6 @@ stages:
|
|||||||
twine upload dist/* --skip-existing
|
twine upload dist/* --skip-existing
|
||||||
displayName: 'Upload pypi'
|
displayName: 'Upload pypi'
|
||||||
- job: 'ReleaseDocker'
|
- job: 'ReleaseDocker'
|
||||||
condition: and(startsWith(variables['Build.SourceBranch'], 'refs/tags'), succeeded())
|
|
||||||
dependsOn:
|
|
||||||
- 'VersionValidate'
|
|
||||||
timeoutInMinutes: 240
|
timeoutInMinutes: 240
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'ubuntu-latest'
|
vmImage: 'ubuntu-latest'
|
||||||
@ -126,9 +120,7 @@ stages:
|
|||||||
- stage: 'Publish'
|
- stage: 'Publish'
|
||||||
jobs:
|
jobs:
|
||||||
- job: 'ReleaseHassio'
|
- job: 'ReleaseHassio'
|
||||||
condition: and(startsWith(variables['Build.SourceBranch'], 'refs/tags'), succeeded())
|
condition: and(startsWith(variables['Build.SourceBranch'], 'refs/tags')
|
||||||
dependsOn:
|
|
||||||
- 'ReleaseDocker'
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'ubuntu-latest'
|
vmImage: 'ubuntu-latest'
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user