mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 15:06:29 +00:00
Update azure-pipelines-release.yml for Azure Pipelines
This commit is contained in:
parent
a04fa47883
commit
9f584f2c6a
@ -18,6 +18,7 @@ variables:
|
|||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
- job: 'VersionValidate'
|
- job: 'VersionValidate'
|
||||||
|
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags')
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'ubuntu-latest'
|
vmImage: 'ubuntu-latest'
|
||||||
steps:
|
steps:
|
||||||
@ -42,12 +43,9 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
- job: 'Release'
|
- job: 'Release'
|
||||||
condition: and(startsWith(variables['Build.SourceBranch'], 'refs/tags'), succeeded('VersionValidate'))
|
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- 'VersionValidate'
|
- 'VersionValidate'
|
||||||
timeoutInMinutes: 240
|
timeoutInMinutes: 240
|
||||||
dependsOn:
|
|
||||||
- 'ShellCheck'
|
|
||||||
pool:
|
pool:
|
||||||
name: 'Buildroot'
|
name: 'Buildroot'
|
||||||
strategy:
|
strategy:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user